| Thread | Last Post | Replies |
|
| Eclipse & GUI | 29 Mar 2006 17:23 GMT | 3 |
SOFTWARE ENGINEER - WESTBOROUGH - MA The candidate will meet the following requirements: · 5+ years of on-the-job software development experience · 3+ years of current GUI development experience
|
| textfield validation | 29 Mar 2006 16:27 GMT | 2 |
i am trying to write a GUI and need to enter a number into a textfield. i have used the following code that works if an integer is entered but if not i get an error. TextField nEntryCON;
|
| Translating from one JComponent's coordinates to another's | 28 Mar 2006 08:05 GMT | 3 |
I *know* I have seen this addressed recently, but I've been flipping through the javadocs, googling, and search google groups, all without success. I have a JPanel that has a JButton. How can I translate a point in
|
| How do I get the current device from GraphicsConfiguration | 27 Mar 2006 17:44 GMT | 2 |
I have code for a GUI that needs to run on dual monitors which have different resolutions set for each monitor. I am unable to figure out how to use the GraphicsConfiguration and GraphicsEnvironment APIs to actually find out that the user has moved the application to the other
|
| NetBeans and FormLayout | 27 Mar 2006 15:04 GMT | 1 |
Hi, somebody knows if there is possible to use the JGoodies FormLayout in the NetBeans 5 visual editor (matisse)? as an option to the free layout. I already do the work faster by writing the code, but we need make the
|
| JInternalFrame behaviour | 26 Mar 2006 21:59 GMT | 2 |
In the test program below, you can add an internal frame by pressing the button on an existing one. In the windows L&F if you maximise one frame they are all maximised even though setBounds is called on each one, same with restore.
|
| JTable - How To Loop Through Looking For Selected Rows? | 26 Mar 2006 12:48 GMT | 2 |
my dumb question of the night is how to loop through the rows in a JTable, and determine which rows are selected. TIA Bill
|
| Can't get my JTextArea to scroll to the bottom | 26 Mar 2006 08:22 GMT | 1 |
I have a FileTailerDocument that extends PlainDocument - it spawns a thread that reads a file, and when the file gets new text in it, it's inserted into the Document using private void insertText(String textToInsert)
|
| java LookAndFeel | 24 Mar 2006 23:42 GMT | 5 |
What is the easiest way to change the default font that is used throughout your application. My client has complained that the font is too small. Eveything I use is the default LookAndFeel and I don't want to have to play around too much. Is there a simple way to just change
|
| Adding/removing components after container has been setVisible | 24 Mar 2006 23:13 GMT | 5 |
I posted a few days ago in comp.lang.java.programmer (probably the wrong newsgroup!) about trouble I was having with my application regarding adding components to a JPanel whilst the app is running. Previously I was trying to add two objects which extended JComponent to
|
| Anyone have a free tree for me? (Swing) | 24 Mar 2006 23:02 GMT | 2 |
I have a done some somewhat average tree code and while functional it is not particularly satisfying. Are there any free Swing components which includes an advanced JTree. When I say advanced I mean that out the box it provides
|
| JTextArea size limitiing question ... | 24 Mar 2006 08:53 GMT | 1 |
I'm using a JTextArea within a JScrollPane within a JViewPort. I am using the JTextArea to mimic a HyperTerminal like terminal emulation interface. When I set up the JTextArea I specify the viewable rows and columns, but since it is inside the JScrollPane it obviously can grow
|
| Ajax Experiences? | 24 Mar 2006 07:48 GMT | 2 |
We have a Java and JSP environment and are looking at alternatives for the client. It would be especially interesting if you have experience with applets or other approaches and you could provide comparisons. Thanks
|
| JOGL or Graphics Class? | 23 Mar 2006 23:53 GMT | 1 |
I need to develop a program that can draw schedules graphically, allowing the user to manipulate time intervals at will by allowing them to drag bars around in a timeline and change their lengths. This data will eventually update a database. Having developed a 3D Graphics
|
| How to create custom dialogs? | 23 Mar 2006 19:54 GMT | 7 |
Sorry if this such a simple question, but I've googled and looked around Sun's tutorials but I can't find how to make custom dialogs? JOptionPane is too simple - I want a dialog box where I can enter 3 or 4 text fields with an OK and Cancel button.
|