| Thread | Last Post | Replies |
|
| How to add spacer nodes/blank nodes to a JTree. | 11 Feb 2005 21:25 GMT | 1 |
Is there a way to add a spacer node to a JTree? For example: Root |
|
| cell rendering in JTable | 11 Feb 2005 20:46 GMT | 1 |
I am trying to render the single cell of the JTable with the another JTable. so that it gives look & feel of cascaded tables (as in MS excel or word) can any one help me out with the sample code?
|
| How to force JScrollpane to resize? | 11 Feb 2005 19:29 GMT | 3 |
I have a JScrollpane that contains a JTable. The code below demonstrates my resizing problem: when the button is pressed the TableModel is changed and the scrollpane is repainted but its size does not change. After pressing the button, if I resize the owner JFrame
|
| 1.4 look and feel with 1.5 | 11 Feb 2005 15:16 GMT | 1 |
I'm in the middle of documenting a program I'm working on (imagine that), and I realize that I forgot to take a screenshot of one menu. No big deal, fire the app up, do another grab and be done. Murphy's law... I upgraded from Java 1.4.2 to 1.5.0 since taking the screenshots. And ...
|
| Help with JList and JComboBox | 11 Feb 2005 14:25 GMT | 4 |
Calling swing gurus, I have a requirement to implement a sublist to a JList. What I've come up with is implement ListCellRenderer and extend JPanel, then add a JCombobox when a certain item on the list is clicked. I can get the
|
| Focus to Owner JFrame? | 11 Feb 2005 10:34 GMT | 5 |
My main JFrame creates a second JFrame (second and it creates another JFrame(third). I want to, when click the button on a 'third' frame, 'cascade' the other two frames one in a front the other.
|
| Look like a hyperlink, behave like a button... | 11 Feb 2005 09:02 GMT | 5 |
Can I us a JLabel or something else to make something look like a html hyperlink (underline, hand cursor...), and trigger an actionEvent like a JButton? (Hmpfff... Managers with design ideas...)
|
| Hyperlink in JTable | 10 Feb 2005 21:30 GMT | 3 |
Is it possible to put a data as a Hyperlink in JTable?
|
| Jtree nodes alphabetically | 10 Feb 2005 17:47 GMT | 2 |
Does anyone know where I can find example source of sorting nodes in a JTree alphabetically? That is, I want to lexicographically sort all nodes at a given level on a branch in a JTree. This seems like a common need - is there source or example anyone is aware of of this? Thanks, ...
|
| Panel text not showing in JFrame | 10 Feb 2005 15:29 GMT | 2 |
I have a JFrame to display after a button is clicked. The following JFrame appears, but the label text does not appear until the thread is completed. Any advise: public void run(){
|
| unable to add scrollp pane to a panel in an applet | 10 Feb 2005 07:35 GMT | 1 |
I have an applet with a JTabbedPane . One of the tabs has a JPanel on which I draw using the Graphics g context. Since the diagram turns out to be very large I tried adding a
|
| Why I got 2 PrintDialog in my JPanel class, if I create it again ??? | 09 Feb 2005 20:04 GMT | 1 |
This class is called from frameMain which extends JFrame: public class Print extends JPanel implements ActionListener, Printable { .... if (job.PrintDialog()) {
|
| JTables | 09 Feb 2005 14:46 GMT | 1 |
I am trying to save the contents the of the jtable together with all its fonts and everything else. The program compiles without any errors but When i try to save the contents of the JTable an exception is thrown in the tablesaveas method in the below method
|
| getPreferredSize for JEditorPane | 09 Feb 2005 14:14 GMT | 3 |
I am having a problem with sizing a JEditorPane. I have set the content type to "text/html", and the content is updated from time to time. It is put in a JSplitPane, and its width is determined by the JSplitPane's width. I use the JEditorPane's preferred size to set the divider
|
| Swing Programming Question | 09 Feb 2005 13:13 GMT | 3 |
Hi, and thanks for reading this. I have a simple Swing application. When launching the application, it displays a "JFrame" that contains a "JButton". When activating the "JButton", a custom "JDialog" is opened. The custom "JDialog" is a
|