| Thread | Last Post | Replies |
|
| JTextArea memory leak | 27 Sep 2005 18:51 GMT | 1 |
I think I'm running into the JTextArea memory leak bug (cf. bugs 4203912, 5089193). The bug is reported as fixed, but definitely still exists in 1.4.2_06. Anyone know what the status of this is in any of the later 1.4.2
|
| Uptain system icon/graphics: Black arrow pointing down | 27 Sep 2005 11:58 GMT | 2 |
A lot of applications make use of a little "expand" black arrow icon in toolbars and frames (Firefox, Thunderbird, OO to name a few). I can find the right pointing arrow (the one used in expanding menus) but not the one pointing downwards.
|
| frame site | 27 Sep 2005 03:39 GMT | 3 |
Which function returns size of frame object?
|
| Is this thread the event dispatching thread? | 26 Sep 2005 23:14 GMT | 8 |
I believe having read in a newsgroup recently a special call to find out if it is executed within the event dispatching thread. I would know how to get and inspect the name of the current thread, but I believe this was a special purpose call for
|
| Howto: Do menu-style drop down in a JToolBar | 26 Sep 2005 12:19 GMT | 8 |
Many UI's, including Oracle JDeveloper, make use of the menu-style (rather than combo-style) drop down list in a JToolBar. I have however been unable to find an example of this. I find that placing a JCombo in the toolbar looks ugly and inkonsistant with the rest of the toolbar.
|
| managing instances | 26 Sep 2005 05:04 GMT | 1 |
Is there any way to know how many classes (JInternalFrame) are instantiated in a runing program(e.g. Frame)?
|
| L&F Windows XP Classic Look | 23 Sep 2005 10:57 GMT | 11 |
RE: Look & Feel Issue I am running Java 1.4.2_04 on Windows XP Question. Is there a way to set my application to be "Windows Classic" style ?
|
| How does one implement a context sensitive JMenu, depending on currently selected tab in JTabbedPane? | 22 Sep 2005 22:46 GMT | 7 |
I'm writing a Swing application in which immediatly under the JFrame, I have a JTabbedPane. Each tab of the JTabbedPane contains a JPanel with very different sets of widgets. I'd like for the JMenu at the top of the JFrame to change, depending on
|
| Positioning dialogboxes created with JOptionPane | 22 Sep 2005 21:32 GMT | 9 |
The dialog boxes created using JOptionPane like showConfirmDialog, showInputDialog gets displayed in the centre of the screen. I need to change its position. How to do this? These methods return int or none.
|
| JFormattedTextField | 22 Sep 2005 19:18 GMT | 3 |
I have a problem with the class JFormattedTextField. Maybe someone has already solved this. Is there any possibility to restrict the valid characters depending on the position inside the mask (besides the available distinction
|
| Grid layout | 22 Sep 2005 16:06 GMT | 9 |
I am having trouble with putting simple GUI on my desktop. I want to have something like this. +-----------------------------+
| Customer ID: XXXXXXXX | |
| Dynamic sizing of windows | 22 Sep 2005 10:55 GMT | 1 |
I've been trying to dynamically re-size a frame, according to what font I wish to use in it. I first create a new Font () class, with whatever font I want (in my case, "Monospace". Then I wish to make the frame 80 characters wide, but I am not quite sure how to do this, since the ...
|
| 2DGraphics vs JPEG | 22 Sep 2005 09:52 GMT | 5 |
Maybe I'm someone boring with my questions about way of displaying and printing content of JPanel, but you must understand that all little tests of my application don't give the speed I need and, the other thing is, that examples on Net shows how to display and print ...
|
| Authoring Eclipse plugins. Actions and views help. | 21 Sep 2005 07:20 GMT | 2 |
I'm new to how to work with actions and views as related to writing Eclipse plugins using SWT and JFace. What I am attempting to do is have a tree that creates/updates a view when a leaf is selected.
|
| JSplitPane only goes down, not up | 21 Sep 2005 00:51 GMT | 3 |
I've got a vertical JSplitPane with a JPanel on the top and another JTabbedPane on the bottom. Top: I have a GLCanvas (Java OpenGL Bindings) inside a JTabbedPane which is
|