| Thread | Last Post | Replies |
|
| heavy- vs lightweight.. | 01 Sep 2005 14:20 GMT | 5 |
from http://java.sun.com/products/jfc/tsc/articles/mixing/ "A heavyweight component is one that is associated with its own native screen resource (commonly known as a peer)."
|
| setToolTips in a JTable | 01 Sep 2005 11:57 GMT | 3 |
I have a JTable and I want to give every tableheader a diffrent tooltip. But I don't know, how I get the tableheaders for using the setToolTip-method. Can anyone help me?
|
| Help with mis-clicks on JTextPane | 01 Sep 2005 11:57 GMT | 2 |
I loaded an HTML page into a JTextPane. I added a HyperlinkListener to catch rollovers and clicks. This works fine. The problem is that if I click near a link, but not on it, the link is no
|
| Move Focus in JTable | 01 Sep 2005 11:57 GMT | 1 |
Dear Group, I have the following problem: After editing a Cell in a JTable i want the next cell (i.e. the cell below the edited cell) to be focused.
|
| Getting a Component name as a string | 01 Sep 2005 08:05 GMT | 4 |
Say I make an object, a control. JButton <i><b>Button_1</i></b> = new JButton("whatever"); now say i want to retrieve the name of the JButton, that is "Button_1", as a string. How do i do this. I have extended buttons
|
| nesting JSplitPane's.. | 01 Sep 2005 04:09 GMT | 9 |
pls, is this right way to nest JSplitPane's?? scrollTop = new JScrollPane(TextAreaTop, ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS, ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
|