| Thread | Last Post | Replies |
|
| Focus lock on top JOptionPane with diabled JFrame at the back. | 07 Jun 2006 15:32 GMT | 1 |
In my code, a JOptionPane is poped up from a JFrame: JFrame -- (pop up) --> JPopupMenu --(pop up)--> JOptionPane I want to have the poped up JOptionPane on the top always has the focus with the back JFrame disabled until the user is done with the pop-up.
|
| Newby questions from "teach yourself Java 1.1" | 07 Jun 2006 12:59 GMT | 1 |
I'm up to Day 11 of the "teach yourself Java 1.1 in 21 days" book and have a few questions. 1) I want to run the following code fragment from the book: public boolean keyDown(Event evt, int key) {
|
| Eclipse: false "out of range" error | 06 Jun 2006 22:48 GMT | 3 |
Eclipse 3.0 Windows XP Pro JRockit JVM class test
|
| bill of materials | 06 Jun 2006 22:16 GMT | 4 |
I find myself needing to write a system to display edit & store a BOM. Are there any resources or example code available on the net for performing this function. yes i have googled , but most hits are high level papers on the interrelation
|
| Interfacciamento tra streams diversi o cosa? | 06 Jun 2006 11:34 GMT | 1 |
Salve ragazzi, vorrei chiedervi un aiuto. La mia applicazione in JSF fa l'upload di un file di testo tramite un componente di Myfaces per l'upload.
|
| Failed to install java 1.5 on Suse....ahhh | 06 Jun 2006 03:07 GMT | 3 |
I download jre-1_5_0_06-linux-i586.rpm or at leat the .bin version and installed it under my user account on Suse linux 10. However I still *cant* get rid of the references of JAVA_HOME to the 1.4 version that shipped with Suse.
|
| executinng .jar file on linux | 06 Jun 2006 03:04 GMT | 2 |
I'm looking for a linux script file that will launch a .jar file, when the script file is clicked from KDE desktop. #!/bin/sh or bash java -jar xyz.jar
|
| Listing all the files and paths in a directory. | 06 Jun 2006 03:03 GMT | 5 |
I have this code which gets the absolute path and file name of all the files in a directory and its subdirectories. I am trying to store these values in a string array. The system.out.println() is printing all the paths and files on the console but my string array is only grabbing ...
|
| connecting to jar files - how hard can I make it? | 06 Jun 2006 02:37 GMT | 5 |
I'm having a wee problem linking to external jar files. My mf file looks like this: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5
|
| A program to replace all JS comments with JSP comments in jsp files | 05 Jun 2006 15:49 GMT | 1 |
I have a lot of JSP files that serve as pure JavaScript code. I need to convert all JavaScript comments inside these JSP files to JSP comments which use <%-- // --%> tags. Instead of doing it manually, I would like to write a script/program that can detect the JS declarative
|
| Error 1722!?!?! | 05 Jun 2006 15:26 GMT | 2 |
Has anyone ever figured out what exactly causes this error: "Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor"
|
| Data sharing between threads in robocode | 05 Jun 2006 13:28 GMT | 4 |
This is my first post to this grup and I have a little problem with sharing a static object between threads. There is two thread class and each of them refer to a static object of a third class through static methods of the same class.
|
| java and ie troubleshooting | 05 Jun 2006 01:26 GMT | 1 |
Please forgive me if this is the wrong area to post. I have a problem with only one specific xp machine: When I use Internet explorer and click on this link: ('http://www.kladblog.com/embedded.asp?id=http://media.kladblog.com/media/200606/s mall.wmv&w=480&h=360',800,600,0)
|
| Help! Swing & Threads | 04 Jun 2006 22:46 GMT | 15 |
I have a question which is weirding me out and I can't find any answers to. Basically, Swing makes a special thread to invoke various Swing events such as ActionEvents, yes?
|
| JSplitPane divider location | 04 Jun 2006 10:36 GMT | 3 |
addComponentListener() and componentMoved() doesn't seem to work to track changes of the divider position. Anyone have an idea on how to accomplish this? Thanks,
|