| Thread | Last Post | Replies |
|
| Simple linked list demos | 14 Sep 2003 07:12 GMT | 2 |
i am taking a data structures class taught in java, and i am looking for some example code to help me learn about linked lists by seeing an assortment of implementations. can anyone either post or email me some examples of basic linked list implementations?
|
| Unable To Change Color In JTextArea | 13 Sep 2003 17:38 GMT | 2 |
I wonder if antone can tell me why the following snippit of code does not change the text color to red. private JTextArea jTextArea1 = new JTextArea(); ...
|
| Subject: Slider controls work when code is on the same server but not when I use codebase | 12 Sep 2003 23:08 GMT | 1 |
What could be the reason that the slider controls work when the Java class files are on the same server as the HTML page: http://wordsmith.org/anu/java/spirograph.html But the slider controls DON'T work when the same Java class files are
|
| xsl syntax to generate all caps with _ | 11 Sep 2003 06:04 GMT | 3 |
I have the following in my xml file: <attribute name="bbBusState"> I need to generate to the following: public static final String BB_BUS_STATE_ATTR_TYPE.
|
| Need help with JavaMail Applet | 10 Sep 2003 06:56 GMT | 1 |
My JavaMail Applet is simply not working. I am upgrading my applet's code from a very old api. My applet worked very well with this, http://www.cc.gatech.edu/gvu/people/Phd/Ian/ndc, but this code has not been updated since 1996. The mail server resides on the web server,
|
| Newbie problem - My applet fails in browser | 09 Sep 2003 12:00 GMT | 7 |
I'm an experienced programmer working on my first Java applet in Eclipse. All is well if I don't try to access any external files, but if I try to even read a .jpg file, my applet fails (in browser). When testing within the Eclipse environment, all is fine. My browser has the ...
|
| Resizing a button? | 07 Sep 2003 05:19 GMT | 5 |
I have two JButtons on a JPanel that uses BoxLayout.Y_AXIS, and I'd like to make them the same size. I've tried setSize(Dimension d), setSize(int width, int height) and setPreferredSize(Dimension d). The only one that did anything was the setPreferredSize. It didn't do a thing to ...
|
| Inserting a StoredProcedure - how do I know the result? | 05 Sep 2003 15:20 GMT | 4 |
assuming I'm calling statement.execute(props.getProperty("OraStoredProcedure")); where this property is an sql that creates a stored procedure, how do I know if this operation was succesful or not?
|
| Merging two programs into one | 03 Sep 2003 17:53 GMT | 3 |
I am a Java newbie. I have written two separate programs - one provides a gui with buttons and a textbox and the other does some communication with hardware. What I would like to do is to merge them somehow so that when a button
|