| Thread | Last Post | Replies |
|
| Newbie help with paintComponent() | 09 Mar 2006 02:00 GMT | 3 |
I am writing an application which (after the user selects a file using a JFileChooser) opens, parses and retrieves the data from an XML file. The data is a series of coordinates and then I am plotting them on a tabbed pane. I have another tabbed pane which displays a JTree of the
|
| java help | 09 Mar 2006 01:26 GMT | 5 |
could someone help me with the code in javax.media to simply display an avi file (test.avi) no controls just display thanks :)
|
| Need clarification about certificate files for Java SSL | 08 Mar 2006 23:38 GMT | 1 |
I'm writing a Java util that will open an HTTPS connection on port 443 and connect to a system using stunnel on the same port. I followed directions to create the files needed for both the client socket and server socket for stunnel. However, the terms are different for Java, or ...
|
| cannot resolve symbol | 08 Mar 2006 17:06 GMT | 4 |
I've got a problem with the compilation of a program It prints a labyrinth and it uses a package where there are various files .class. The compiler gives me this problem:
|
| JRE causing computer to shut down | 08 Mar 2006 16:46 GMT | 1 |
My computer (brand spanking new) seems to keep shutting down and then when it restarts goes throught he disk checking procedure and identifies many, many errors most (all?) of which seem to relate to a java directory.
|
| Date to Milliseconds Conversion | 08 Mar 2006 16:45 GMT | 2 |
Can Somebody tell me how to convert date from a particular Format to Milliseconds, and Back to that format again in java. Kalpesh
|
| Sorting elements of a vector in java | 08 Mar 2006 16:43 GMT | 2 |
I have a Vector containing many objects and i need to sort it depending on a particular Variable of that class object. How should i do it? kalpesh
|
| i have a question and i think that this is the right place to put it. | 08 Mar 2006 16:37 GMT | 12 |
i need to code some type of mileage counter type thing, like starts out 11111 then 21111 31111 and so on but i need it to roll over to individual integers like int position 1 int position 2... and they need to roll over after they reach 9 so like 91111 12111 22111.... please
|
| Sorting elements of a vector in java | 08 Mar 2006 15:17 GMT | 1 |
I have a Vector containing many objects and i need to sort it depending on a particular Variable of that class object. How should i do it? kalpesh
|
| Applet not repainting as expected | 08 Mar 2006 13:16 GMT | 2 |
Hi people, have been dealing with an applet that contains several swing components (a JDesktopPane containing internal frames). The applet draws a thin rectangle
|
| J2EE beginner | 08 Mar 2006 03:07 GMT | 1 |
I want to add some J2EE experience to my Resume and learn the basics of the various related technologies. I have a web site project in mind to give me something to actually do while I'm learning and I'm not tied to any specific technology or platform right now (except the generic ...
|
| RandomAccessFile Seek (find CR) | 08 Mar 2006 00:11 GMT | 10 |
I am using RandomAccessFile. When I select a random seek point in the file, I want to move the seek point to the begining of that respective line. So that the entire line is printed to console. I thought is would be best to compare the readChar of the current seek point
|
| Panels on a BorderLayout | 07 Mar 2006 23:10 GMT | 3 |
Hi. I have just finished this application that draws a rectangle inside a panel & uses a thread or a timer to animate it. The problem I think I'm having is that I can't see the panels on the contentPane. I can make them animate one at a time in the center of a BorderLayout, ...
|
| Compare Two Times. | 07 Mar 2006 21:54 GMT | 6 |
Hi, i have to times in an array in the format "093022". Hours minutes and seconds. It comes as a string. How do i find the time in my array which is at 930? (093000)
|
| specifying codeBase in .java.policy file does not work? | 07 Mar 2006 15:38 GMT | 1 |
I self signed a jar . The jar contains code which requires read,write,execute file permission. Even after I signed also, it gives me the security exception. I do not understand whether self signed applet will get file permission or not?. If yes what is the way to
|