| Thread | Last Post | Replies |
|
| processFocusEvent(FocusEvent e) | 25 Jan 2006 18:45 GMT | 1 |
if I write the following code Textfield1.addFocusListener ( new FocusListener() { public void focusgained(FocusEvent e) {
|
| Model View Controller | 25 Jan 2006 15:50 GMT | 1 |
I am a bit confuse about model view controller design. I am trying to create an error dialog based on comparison of two object values. My object values are in the model. and the error dialogs that are previously there are all in the view. I can create the error dialog
|
| How to implement lost focus. | 25 Jan 2006 12:24 GMT | 2 |
I want to write event handling method for a textfield. I want to perform a validation when the User leave the textfield ( i.e. the textfied lost focus.) What is the code framework to implement it. And where can I find information about that?
|
| Help Vaildate text field input | 25 Jan 2006 09:58 GMT | 1 |
hey guys , Need a bit of help here , I need to validate my text field input this is my current code ta = new TextField(" Book Title ", "", 50, TextField.ANY);
|
| Swing Threading issue? | 25 Jan 2006 09:47 GMT | 2 |
My UI hangs whenever I m trying do something without threading. I'm quite amatuer with threads and need help please. How can i make my UI thread safe? THANKS!
|
| HttpURLConnection, getResponseCode=404 (HTTP_NOT_FOUND) | 25 Jan 2006 08:10 GMT | 3 |
I use a HttpURLConnection to connect to a website and receive a ResponseCode=404 (HTTP_NOT_FOUND). However I have no problem opening the website in my browser (IE). Why the difference, and what can I do about it?
|
| Dynamic Photo Album using JSP | 25 Jan 2006 07:36 GMT | 1 |
I did post this to the comp.lang.javascript group but was told that it wasn't quite the right group - so I'm hoping that this is the right group - if not I'm sorry. Anyway here is my question. I am looking at finding/ making an online dynamic photo album which
|
| findAverage () | 25 Jan 2006 02:05 GMT | 23 |
Hello, good day all. I had a question about getting an average value from an array[]. I have the following piece of code below, for reference. void findAverage(){ for(int i = 0; i<scores.length-1;i++){
|
| Setting java path variable on Fedora Core 4 | 25 Jan 2006 00:48 GMT | 2 |
I need help for setting path variable for my Fedora Core 4. I just installed java sdk 1.5.0_06 and followed the directions below. It worked perfectly fine until I closed the terminal and re-opened one. Then, i had to set up the path again to have my shell to find
|
| Help with my first java code | 25 Jan 2006 00:45 GMT | 7 |
Hi out there. I'm writing my first peice of java code for school but I'm getting an error on compile. any help you can give me would be greatly appreciated! Here's what I have so far;
|
| what's a good way to do this? | 24 Jan 2006 22:53 GMT | 26 |
I'm an old C programmer learning Java. As an exercise, I'm writing a fairly simple astronomy program, and one of the things it needs to do is to convert between two different coordinate systems, (altitude, azimuth) and (hour angle, declination).
|
| Applet display on wrong screen | 24 Jan 2006 22:48 GMT | 6 |
I am using Mozilla 1.6, with the Java plugin v1.4.2 on the Solaris 8 platform. When I enter something like "mozilla --display=:0.1 MyAppletContainer.html" from a console opened on display :0.0, Mozilla will open correctly on display :0.1, but the applet will display in its
|
| java + Windows Registry | 24 Jan 2006 22:10 GMT | 1 |
i need to know how i can search in the windows registry about any GIS file ? is there any component or API can do that ?
|
| RMI client callbacks | 24 Jan 2006 22:00 GMT | 1 |
im doing an assignment in java on 'rmi client callbacks' in college and am having difficulty with the windows firewall here in the college. when i try and run
|
| Getting a directory content list from a URL | 24 Jan 2006 19:33 GMT | 6 |
I'm developing a Web Start app that reads XSLT stylesheet files from the server it's started from. What I want to do is populate a list with all the XSLT files in a directory on the server.
|