| Thread | Last Post | Replies |
|
| <SELECT multiple... | 02 Dec 2004 19:20 GMT | 4 |
How do I get all the values from a ListBox with the possibility of multiple values?? So far, I can only get the first value with the ResultSet.getParameter(). Mick
|
| Java Plug-in Cookie Access | 02 Dec 2004 14:52 GMT | 1 |
Hey guys, I apologize if this has been asked recently; I checked the archives and couldn't find much on this topic. Is it possible (is so, how) for a Java applet to access applicable cookie information stored in the
|
| Adding Existing Sun Bean to Swing Palette in Netbeans | 02 Dec 2004 14:32 GMT | 2 |
Is it possible to add an existing swing compenent bean to the swing pallet in net beans? I already know how to add my own beans using tools add to pallete. How do I add say.... javax.swing.box.Filler??
|
| Why can't I download J2SE dev kit 5.0 | 02 Dec 2004 11:53 GMT | 4 |
Can anyone help, please? I am trying to download J2SE development kit 5.0 with NetBeans 4.0 beta bundle, from http://java.sun.com/j2se/1.5.0/download-netbeans.html. Whenever I hit the Download button I always get a web page saying The page cannot be displayed.
|
| Please really need help :NullPointerException with my applet | 02 Dec 2004 10:17 GMT | 6 |
I encounter a problem when trying to run my applet. Getting a NullPointerException. The applet is ought to provide a graphic interface showing a solution to the Cigarette Smoker's Problem. All classes and images can be downloaded from here :
|
| applet loop won't display | 02 Dec 2004 09:34 GMT | 1 |
I wrote the following code to illustrate a problem I'm having in a more complex version. The difficulty is that the text field does not appear until the for loop terminates and then it displays 9. I'd like to see the program display 0 to 9. As you can see, I've written in a 1 ...
|
| String Tokenizer Help | 02 Dec 2004 06:19 GMT | 17 |
Hi, I'm doing a project which involves using a Strink Tokenizer, and I am struggling to understand how they work. Could someone please add some documentation to the code below to explain how each part works? I understand how the program works, but not why it works. Thanks.
|
| case sensitivity in strings... | 01 Dec 2004 20:37 GMT | 9 |
this seems like somthing so simple, but I can't figure it out... I have a little app that consists basically of a string being displayed and app tests whether or not user typed in a substring of that string... (complete code at www.francesdelrio.com/hamlet.html)
|
| jsp won't compile... | 01 Dec 2004 20:04 GMT | 6 |
I have a jsp that won't compile, I get this error: An error occurred at line: 30 in the jsp file: /hamlet.jsp Generated servlet error: C:\tomcat\work\Catalina\localhost\hamletj\org\apache\jsp\hamlet_jsp.java:77:
|
| Double to Int? | 01 Dec 2004 19:42 GMT | 3 |
I have made this class: import java.awt.*; import javax.swing.*; import java.text.*;
|
| Graphs disappear when I minimize/maximize my frame | 01 Dec 2004 18:48 GMT | 2 |
When ever I maximize or minimize my frame the contents disappear. How do I solve this. When I drag the frame around the contents don't disappear. class BarGraphWriter extends JPanel { private int width;
|
| Grid of rectangles | 01 Dec 2004 13:35 GMT | 2 |
In my applet I need to add an object like this: www.dentella.it/java/grid.jpg a grid of 5x5 rectangles. If the user clicks on one of them it have to change its color (white
|
| help me in HTMLEditor | 01 Dec 2004 12:07 GMT | 15 |
hye, iam in trouble .please help me. i want to make an editor that can open the html file so that we can change the images, links, buttons etc..
|
| Open File, Close, Delete -- Will Not Delete | 01 Dec 2004 06:44 GMT | 1 |
When I'm reading or writing to a text file, I use the standard FileInputStream and DataInputStream (of course, I use the output streams for writing). I close the file stream when I'm done with it (as I learned from examples). Whenever I try to delete a file I've recently read from
|
| Tomcat Shutdown During Middle of Day | 01 Dec 2004 06:39 GMT | 1 |
I having trouble trying to figure out who/what is shutting down the Tomcat Java process during the middle of the day. None of the logs indicate any unusual. It only happens once in while but it is really annoying.
|