| Thread | Last Post | Replies |
|
| observer vs listener vs my own mix | 13 Sep 2006 10:54 GMT | 1 |
after having developped several graphical applications "that just work" (dirty code), I've decided to clean the code a bit, especially to separate business logic from graphic elements. one thing I've started to use heavily is "some kind" of observer /
|
| manual firing of actionevent | 13 Sep 2006 03:39 GMT | 12 |
I have a jpanel that contains 2 buttons. The jpanel is inside of a jdialog. The jpanel is an actionlistener for the buttons but I also want the jdialog to be one as well. Doing that is of course no problem as far as setting it to be a listener. The problem is that there is data ...
|
| Blocking Frame | 12 Sep 2006 16:17 GMT | 4 |
I have a small applet with some content (it is not important what the content is). In the init() method I would like to have a Frame window with a button, and I want to keep this Frame open until user pushes that button. The Frame should "block" any other actions, like closing
|
| for loop problems in setTextmethod of JeditorPane | 12 Sep 2006 14:32 GMT | 9 |
Folks I am a newbie to java swing I am trying to print a list of URL in JeditorPane using setText method But , it only prints the last URl
|
| manually setting selected row in a jtable | 12 Sep 2006 01:32 GMT | 5 |
I have a small jdialog window setup that contains a jtable with a listselectionmodel. I have a Remove button also that allows a person to remove an item from the jtable but only when there is something selected, otherwise the button is disabled.
|
| Keeping visible the last row of a JTable | 11 Sep 2006 17:26 GMT | 1 |
In the code below I have an "Add" button that adds a row to a JTable in a JScrollPane. How do I make the ScrollPane scroll to show the row I just added? import java.awt.Rectangle;
|
| JList selection outside cell bounds | 11 Sep 2006 14:06 GMT | 1 |
Is there any way to prevent a JList from selecting the last element when the user clicks below it on the list? E.g. if my list only has two elements, and the user clicks somewhere below the second element, but still on the list, the second element is selected. I want the selection
|
| JFrame Class | 10 Sep 2006 17:54 GMT | 5 |
I want to add a text to a frame. I want the text to be colorful meaning that for example the text: " Hello World!" and the word Hello be green and World be red. Is there anyway to do this?
|
| Automatic form generation | 08 Sep 2006 22:42 GMT | 1 |
I'm not a GUI expert so please bear with me. I'm designing and partially implementing this enterprise application (not a huge project, but an important one). We designed by hand the most complicated and domain-specific GUIs. We are now facing the task
|
| The own GUI creation.. | 08 Sep 2006 20:25 GMT | 1 |
I very new for java GUI but not for java.. I have some confusion on applying theme in to my GUI components.. my real intension is to create existing own look of buttons,toolbar, menubar, frame, statusbar everything in my wish...
|
| Help me plz... | 08 Sep 2006 09:00 GMT | 1 |
using a split pane i have used a jlist for displaying a series of numbers say 1to 6 and i have used a table where i have used that series of number as data in one among the columns.......
|
| how do i set up jgoodies | 07 Sep 2006 19:59 GMT | 2 |
I want to use jgoodies but the compiler gives me an error message. Where do i have to put jgoodies so that the compiler knows about them? How do i set up jgoodies?
|
| wierd JButton behavior with glasspane | 07 Sep 2006 16:19 GMT | 2 |
I have 2 problems that i cant seem to figure out when using a glasspane. I took Sun's glasspane example, and modified it a bit so that you could also click on the first button ("Button 1"). My problems are:
|
| Setting A Frame's Titlebar Image | 07 Sep 2006 09:49 GMT | 2 |
I have a Frame in which I wish to set the icon that appears in its top left corner (right next to the caption). I intend to use a gif file. Is this possible and what call do I use to do it. Thanks in advance,
|
| annoying details | 07 Sep 2006 05:27 GMT | 2 |
i got this annoying problem with the blue border around every JPanel in JTabbedPane. I've already changed UIManager.getDefaults().put( "TabbedPane.selected", new ColorUIResource(0,0,0));
|