| Thread | Last Post | Replies |
|
| Problem in creating parent-child relationship of DefaultTreeModel | 12 Jan 2005 10:28 GMT | 1 |
I have a tree in which I am creating a parent-child relationship. I create 2 Parent Nodes(DefaultTreeModel/JTable) and add a child node under the first parent. I copy-pasted the child node under the other parent node. I see the child node twice under the new parent. I used the ...
|
| No English-Only JRE | 12 Jan 2005 09:24 GMT | 2 |
Anyone know why there's no longer a "US English Only" version of the JRE for download? It used to be about 80% smaller than the Multi Language version. Bill Dennis
|
| getImage Demo - cannot resolve symbol getImage | 12 Jan 2005 09:16 GMT | 2 |
Hi all... I am trying to load a picture from an URL and i got 'cannot resolve symbol' and the error points to getImage. Here goes the code...
|
| covert jOptionPane to JTextFieldc | 12 Jan 2005 07:45 GMT | 1 |
Hello, i have this script String annualIntrestRateString = JOptionPane.showInputDialog( null, "Enter yearly interest rate, for example 8.25:", "Example 6.7 Input", JOptionPane.QUESTION_MESSAGE);
|
| Java Swing | 12 Jan 2005 02:09 GMT | 2 |
I have created a few textbox and only when the value is entered in the first the second textbox should be visible.I used setOpaque() method but when TAB key is pressed the next textbox is not getting activated.Pls help me to overcome this problem
 Signature Message posted via http://www ...
|
| Simple button, please help me | 12 Jan 2005 01:34 GMT | 2 |
Hello again, I just want to make a simple button, in the book Daniel , Liang it sais i can use this ti make a container and add a button
|
| Passing ints to object parameters in methods | 12 Jan 2005 00:49 GMT | 4 |
I am a new Java developer and I am getting an error when passing an int (primitive) to a method expecting an object: public void echo(Object str) {
|
| JColorChooser: is it slow to load or is it me | 11 Jan 2005 19:38 GMT | 8 |
By commenting out different lines of code and moving other lines around I was able to narrow down a serious bottleneck in a project of mine: if (buttonPressed == btnColorChooser) { JColorChooser cc = new JColorChooser();
|
| eclipse adding servlet | 11 Jan 2005 17:17 GMT | 1 |
I installed Eclipse 3.0 then installed the Tomcat plugin from Sysdeo. Then I checked out a web application from a CVS repository as a new tomcat applciation. Now I want to add a new servlet to the project. When I right click on the src directory to add a servlet, I don't see
|
| JDK Library Doc where to get | 11 Jan 2005 17:00 GMT | 5 |
I am a newbie. I learning java (j2sdk-1_4_2) on win 2k. Its going pretty good......... I have done the tutorials on the sun site and I am now studying Bruce Eckels book Thinking in Java" 3rd ED (which is a free download from his site)
|
| Prefix code | 11 Jan 2005 16:56 GMT | 1 |
I want to check on a user input if prefix code has been used, i.e. the user writes down a compression sequence and I need to know if that input follows prefix code logic. Any hint where I can find some library or further help?
|
| Making Java Programs Pluggable?? | 11 Jan 2005 10:56 GMT | 15 |
Dear all.. im making a software that needs to be extendable (plugabble ) . Any idea how this can be done ? i need specific methods to be extendable . The extended code must be put into JAR files and added to the software !!
|
| SOURCEPATH and CLASSPATH | 11 Jan 2005 09:47 GMT | 3 |
My understanding of the CLASSPATH option is as follows: If javac is building foo, and discovers that it needs bar to accomplish this, - if bar.class is found on the CLASSPATH, it uses this
|
| splitfile | 10 Jan 2005 21:16 GMT | 1 |
I want to split the error.log from apache. I tried rotatelogs and cronolog ........ hum This generates the files but nothing is writen to them. If I generate one file the first 1024 bytes are written.
|
| Model-View-Controller | 10 Jan 2005 14:01 GMT | 4 |
In this kind of architeture is it always the Controller part that contains the main method?
|