| Thread | Last Post | Replies |
|
| accessing JComboBox selected item from another class | 30 Apr 2005 21:33 GMT | 1 |
i am using a jcombobox (in its own class) as a popup from a filechooser class when a user opens a file so that i can define in an xml file the location and attribute for that file (the attribute from the JComboBox). However i am unable to access the selectedItem from my
|
| java assembler?? for Javap utility?? | 30 Apr 2005 21:27 GMT | 1 |
when a small program like class Hello{ public static void main(String arg[]) {
|
| Looking for a Binary encoded text package | 30 Apr 2005 11:38 GMT | 1 |
I need for a class project a Binary Encoded Text package for a messaging system that I'm building. could anyone here direct me for a place to download it from the web? thanks in advance
|
| Java Applet - shared one VM problem | 29 Apr 2005 20:08 GMT | 1 |
I have a very simple Java Applet (see below), when I launched 2 browsers (say 2 Netscapes or firefox, with latest Sun Java VM 1.5.0), pointing to the same Java Applet. They shared the SAME Java VM!!!! When clicking on the start button, the text is printing to the wrong browser!!! ...
|
| Cross tabulation - someone please help if you can | 29 Apr 2005 19:02 GMT | 5 |
I need advise re the best data structure to use for representing data in aggregated form. I am looking to do something like this Year 1 Year 2 number percent number percent ...
|
| Need help calling java classes | 29 Apr 2005 14:14 GMT | 5 |
Hi. I am a beginner in java so i may sound like a total prat here, but here goes: I have been given my university coursework to do. I have to make a program whereby a customer ordering boxes is asked what attributes of
|
| StringTokenizer/StreamTokenizer. | 29 Apr 2005 14:08 GMT | 6 |
I want to tokenize a string like '/Device/Interface?NAME=Serial1/0' into the following tokens. Device Interface?NAME=Serial1/0
|
| OutOfMemory on Sun Java 1.4.2 on Linux | 29 Apr 2005 11:58 GMT | 1 |
My application (on JBoss) is experiencing strange problem on one of our environment - on Linux on Itanium 2 - Sun Java 1.4.2_07 and 64 bit. On all other platforms (windows, linux, 32 bit) is ok. After 2-3 http requests the OutOfMemory exception is thrown.
|
| Converting record stores (Palm) to ASCII | 29 Apr 2005 10:52 GMT | 6 |
Has anybody here dealt with the problem of converting PDA record stores (Palm .PDB files) into meaningful ASCII-format files? I have a MIDlet running on a Palm PDA that uses a DataOutputStream on top of a ByteArrayOutputStream to write data (longs and ints) into a
|
| hindi unicode works but tamil does not ?? | 29 Apr 2005 10:24 GMT | 1 |
I am trying to print some Tamil characters but does work though Hindi characters are being printed. I have fonts for both the languages. Plus I just want to know how java picks up the fonts, does it have its own fonts. Below is the program I have written.
|
| instantiate class from string | 29 Apr 2005 08:48 GMT | 2 |
1. I have a method, public void something(String fullyQualifiedClassName) {
|
| JRE 1.5 Installation Error | 29 Apr 2005 08:05 GMT | 1 |
When I attempted to update the JRE from 1.3.1 to 1.5 on my Win XP machine, the installer stalled midway through and I aborted it. Now when I try to reinstall 1.5, I get a J2SE Runtime Environment Installation error stating that "You already have this version of the
|
| difference in javascript execution | 29 Apr 2005 07:47 GMT | 1 |
what is the reason why some Javascripts work in Internet explorer and the same thing does not work in Mozilla.... or what is the difference in execution in mozilla and Explorer thanks in advance
|
| uploading files.. | 29 Apr 2005 03:01 GMT | 1 |
what is best to write an app to upload files? I don't see a FileUpload class in java.io.. is jakarta.commons.fileupload only way? thank you.. Frances
|
| --really newbie-- most frequent character | 29 Apr 2005 02:43 GMT | 3 |
I struggling with java here. Can anyone tell me how to pick up the most frequent character in a string? I've browsed the API but I am just lost. What I intend to do is decrypt a string without a code given? Like
|