| Thread | Last Post | Replies |
|
| problem on using SpringLayout. | 20 Feb 2005 08:28 GMT | 3 |
I have a problem on using SpringLayout. First i have one JPanel named MainPanel. Inside this MainPanel, I have another two JPanel --> SubPanel1, SubPanel2.
|
| RuntimeExceptions in Swing GUIs (Swing Threads) and GUI refresh | 20 Feb 2005 05:19 GMT | 2 |
i got the following problem: I would like to catch ALL Runtimeexceptions occuring in the AWT GUI Thread. Peanuts... simply use a ThreadGroup and implement the uncaughtException(Thread t, Throwable e) method (or use this sun.awt.exception.handler SystemProperty)
|
| Exception in VM code with JTable after inserting rows | 20 Feb 2005 05:10 GMT | 10 |
i have a problem with inserting rows in a JTable. I have a MainFrame, wich had a ControlPanel (self made) wich had a ScrollPane in it and there is a JTable in the scroll pane. Here is the important code (mostly generated by eclipse): ... MainFrame.java
|
| how to make of a specific row the first row (toprow) in the visible area | 19 Feb 2005 21:32 GMT | 2 |
Can anyone tell me how i can show a specific row as the first one in the visible area of a JTable. For example: I have 100 rows in a JTable but only 10 are shown in the visible area.
|
| HyperlinkListener and < ahref="xy.html" target="framexy" > | 19 Feb 2005 18:58 GMT | 7 |
I got an application which sould show a html-file as frameset, with a navigation frame in a tabbedPanel I built a class extended by JPanel with a JEditorPane and so far.
|
| 1.5 Component paint - bug? | 19 Feb 2005 15:30 GMT | 5 |
I have a component which implements its own draw method as follows (to shorten the post the code has been simplified, constructors etc have been removed where unnecessary and the initialisations moved to global references):
|
| Select word under mouse-click in JTextPane | 19 Feb 2005 14:50 GMT | 1 |
Hi friends, I would like to find out how to select the word under the mouse-click inside a JTextPane component. Is such a thing possible? If yes, could you please give any hints to me?
|
| Large Map Application Using 2D API | 19 Feb 2005 14:20 GMT | 3 |
I am currently developing a Java application that will track the land covered by a moving vehicle as it works on a task. The GUI shows the progress of the task in what I call pseudo-real-time. A good way to picture the application is to think of an application that would show
|
| how to update a combobox table cell editor? | 18 Feb 2005 21:56 GMT | 1 |
Hey All, I have a JTable which contains numerous JComboBoxes as cell editors. When the value in one combo box changes, I would like the value in another combo box to be updated. I am having problems in forcing the
|
| couple of Text questions | 18 Feb 2005 17:02 GMT | 3 |
Hey everyone. Couple of questions: First, I have a JTextField.. when you backspace to the beginning and keep backspacing it sounds the system bell. How do you disable this?
|
| Swing component text disappearing when window resized | 18 Feb 2005 17:02 GMT | 3 |
I have been having a problem using swing, it seems to affect all programs from comercial quality products to simple code snippets from books. The problem is that when an application is resized the text inside swing controls(JButton, JLabel, etc...) sometimes disappears. Clicking ...
|
| Gantt Diagram Component | 18 Feb 2005 11:16 GMT | 2 |
I need to write component that will supply Gantt Diagram functionality. Do I need to write it from scratch? Are there any components that might be helpfull? I'm not interested in "closed" code solutions. Przemek
|
| Document clone and subdocument | 18 Feb 2005 10:03 GMT | 6 |
I have been wondering a long time why it didn't come to the Swing developers to include the same clone/copy portion-extraction methods in the document interface as in the String class (does a "public Document subDocument(int offs, int len)" method seem to far-fetched?). All we
|
| Model binding for custom container component | 18 Feb 2005 07:35 GMT | 1 |
Having a tough time deciding how to best approach this problem, would appreciate any insight: I have a custom component 'AlphaPanel' which extends JPanel. Class 'BetaLabel' is a custom component which extends JLabel.
|
| JCheckBoxMenuItem cannot be checked | 17 Feb 2005 15:28 GMT | 2 |
i can't manage to check a JCheckBoxMenuItem. Here is the important code (mostly generated by eclipse 3.0.1): private javax.swing.JCheckBoxMenuItem getPointsCheckBoxMenuItem() { if (pointsCheckBoxMenuItem == null) { pointsCheckBoxMenuItem = new javax.swing ...
|