Hi
this is going to be a silly question, but i am trying to write a java program with native methods. I am following the tutorial at java sun and it says to use the javah utilty to make the header file. To do this it says to run from the command line with the arguements:
javah -jni FileName...
Hi
this is going to be a silly question, but i am trying to write a java program with native methods. I am following the tutorial at java sun and it says to use the javah utilty to make the header file. To do this it says to run from the command line with the arguements:
javah -jni FileName...
Hi
I have a JFrame and when the user hits the x close box, I want to call a method then close the JFrame. I understand how to use JFrame.EXIT_ON_CLOSE but is there anyway to set it to call a method first? thanks for you help
~grindstone~
Hi
I have a JTable and i want to change the colors of the rows dynamically. The colors need to correspond to the first letter of the string in the cell. When the string changes, the color also needs to change. I looked up in the java sun tutorial, but i am having some trouble figuring how...
hi
i have a class that extends AbstractTableModel. i create a table and add in some rows. After I add them if I display a JOptionPane message box, the items will appear However, unless I display the message box they don't appear. I tried doing myFrame.setVisible(true); but that isn't helping...
Hi
I have an environment variable set to the location of certain files are that I need to access during my program. The ideas is so the user can set the environment variable to where ever they want to put their files. How can I access the environment variable's path in my code, so I can...
Hi
I created html help files and i want to access them from a help menu in a c++ program. The help file i need to open is a .chm How can I do this from a c++ without using the F1 help? thanks
~grindstone~
Hi
i want to change the color of the text for a paricular row in a clistctrl (report style). i can't seem to figure out how to change only one row. Help on this would be great thanks in advance
Hi
I have a bar graph that displays the data correctly. I just want to add a label on the right hand side of the y-axis. The graph creates labels on the left, but i would like an additional label on the right that labels the information in different units. Any idea how i can do this? thanks
Hey
this is a silly question i know but i am simply trying to print a text file from my program. I understand how to bring up the CFileDialog, but i can't figure out how to set the program to print a specific txt file. Any help would be great.
thanks in advance!
Hi
I am adding several lines of text into an edit box from variables, and I want to be able to insert new lines as I go. Typing \n doesn't print out correctly in the edit text box. It displays as '|' Any idea how i can add new lines to the box a different way or make \n correctly display...
Hi
I have written a program and then built a gui on top of it. everything works fine except the intial program creates some files in the current directory you are working in. However, with the gui the directory's get changed with the cfiledialog. Is there anyway to keep track of what the...
Hi,
I have created a ClistCtrl,and I added a popup menu. the menu appears when i right click and i can see all the options correctly. however, if i select an option the handler is not getting called. But if the clistctrl is disabled everything works fine. I need the popup menu to work with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.