| Thread | Last Post | Replies |
|
| Thomas Weidenfeller's GU FAQ | 27 Feb 2008 18:02 GMT | 2 |
Does anyone know the status of Thomas Weidenfeller's GUI FAQ and where the latest copy is posted? -- Roedy Green Canadian Mind Products
|
| Popup similar to Tooltip | 26 Feb 2008 22:15 GMT | 4 |
I want a simple popup for few seconds Popup popup = new Popup(null, new JLabel("Done"), 10, 10); popup.show(); try {
|
| Need help to convert my C++ codes to Java with GUI | 26 Feb 2008 19:40 GMT | 16 |
I'm currently exploring GUI with java and I've wrote a program in c++ to convert binary to decimal and a caesar cipher codes. Could anyone help me to convert it to Java with GUI? I'd like to explore more on GUI codings.
|
| JTabbedPane | 26 Feb 2008 18:07 GMT | 1 |
many programs have close-buttons or a context menu in the tabs. Can this be done with JTabbedPane? Is it possible to customize the tabs ? jdk 1.6.0
|
| java developper exam (gui design) | 25 Feb 2008 18:53 GMT | 3 |
I am starting with my Java Developper Exam and I was asking myself if it is alowed to use netbeans to design the gui. John
|
| JTable Row Height Problem | 25 Feb 2008 09:53 GMT | 2 |
I'm having the following problem while configuring a JTable row height. The fact is when my row height does not have the exactly heigth of "row header", exactly figure bellow:
|
| Any good GUI design/prototyper tools? | 24 Feb 2008 02:46 GMT | 4 |
I'm looking for a tool that will let me quickly design/prototype Swing GUI layouts so I can get screenshots for review by end users. The emphasis is on design, not building as such - I'm not interested in *using* any generated code at this stage, although the tool needs to
|
| Switching between two JFrame objects | 21 Feb 2008 04:19 GMT | 1 |
I am a bit puzzled as to how to accomplish a task that looks simple. I have two Jframes and each of them contains a button. I want to be able to hide the one that has the button I click on and show the other. I wrote the following code for that:
|
| Singletons and Swing | 20 Feb 2008 20:23 GMT | 15 |
I am attempting to design a menu system for an application I am writing. In it, I want an InsertMenu that exists within multiple different menus. Currently, I am attempting to do this by making the InsertMenu a singleton. This is causing a weird issue.
|
| image as background in applet | 19 Feb 2008 22:12 GMT | 2 |
I want to draw polygon(s) and fill this polygon with image so that it is like background pattern. In example if size of image is 10x10 pixel then this will be repeated. Some ideas?
|
| Please help | 18 Feb 2008 19:27 GMT | 2 |
hi i am trying to compile a java file in linux . The filee is compiling fine but at run time it is giving the following exception Exception in thread "main" java.lang.NoClassDefFoundError: tcpServer5 i am using jdk1.5 and the file is running on linux.
|
| Opposite of SwingUtilities.invokeLater()? | 16 Feb 2008 03:38 GMT | 7 |
So I hear a lot about how Swing isn't very thread safe. So I'm being very careful when a method running in a thread other than the event dispatching thread changes my GUI widgets and wrap it in the SwingUtilities.invokeLater() method. So what do I do when I want to
|
| Confused about referencing info stored in a JFrame | 15 Feb 2008 11:21 GMT | 13 |
I've tried to develop several JFrame programs in the past and it always drives me crazy because I can't figure out how to set Classes I've developed, which aren't Components, but are critical to storing information necessary for the program to operate, so that they can be
|
| hi friends.please help | 15 Feb 2008 09:50 GMT | 1 |
I am trying t make a jTable Using Abstract TableModel. But my JTable doesnot appear on the frame.I have written two classes myTable and jTable2 .My code is given below: import javax.swing.*;
|
| Sortable Java Tree Table | 14 Feb 2008 18:09 GMT | 12 |
Hi, I am using JXTreeTable from SwingLab, for my Java Tree Table component. However, there is a limitation from JXTreeTable - They do not support sorting :( Any one know any free Java Tree Table component, which support
|