| Thread | Last Post | Replies |
|
| Using function keys to select a certain tab in a JTabbed pane | 20 Mar 2005 13:26 GMT | 5 |
I want to use the function keys (F1,F2,F3 etc.) to select certain tabs within my JTabbed pane. I know how to use keylistener and can use it to detect the actual keys being pressed but i can't figure out how to change the tabs according to the button pressed.
|
| Netbeans IDE | 20 Mar 2005 03:30 GMT | 3 |
I wonder if it is possible to create an array of controls with the Forms designer. Like an array of buttons for example. Best Regards Anders Olme
|
| ANNOYING BUG: Swing producing blank windows | 19 Mar 2005 20:39 GMT | 4 |
Anyone else having a problem where Swing windows appear blank? Sometimes, if I'm very lucky, the controls will be drawn when the window first appears, but they don't get redrawn when obscured by other windows.
|
| Q:How to add JCheckBox to JComboBox to get a dropdown of JCheckBox'es | 19 Mar 2005 13:40 GMT | 5 |
Tried .add( myCheckBox ) .validate( ) Combo still empty
|
| file filters order | 18 Mar 2005 17:49 GMT | 2 |
I created a file filter for csv file. when I click browse, this extension is shown nad I have the option to select all files in the combo box. How can I make all files the default? thanks,
|
| How to set the ScrollPane to the top | 18 Mar 2005 15:55 GMT | 3 |
How do I reset the JScrollPane to the topmost when I have added a very long text into the JTextPane with JScrollPane in it?
|
| Re: JDesktopPane problem navigations | 17 Mar 2005 22:26 GMT | 1 |
I am using JinternalFrames in JFrame(JDesktopPane). I am getting difficulty in navigation in them...Let us say I have two Jinternalframes student & courses. I can set links to them from JFrame by using JMenubar. But when I try to set their link (as a requirement)
|
| List with nested widgets? | 17 Mar 2005 18:57 GMT | 4 |
I need something like a JList, but each line should be able to contain a checkbox and a radiobox. It should be possible to move the lines around and multiple-selection support is preferred. Is there any 3rd-party library providing this? (for what L&F?, what
|
| registering filechooser components | 17 Mar 2005 17:50 GMT | 2 |
I built JFileChooser on the main JFrame so i need to registred actionlisteners for the components in the filechooser for example approve button or text field.
|
| changing fonts in dialogs | 17 Mar 2005 17:44 GMT | 4 |
Hi all I am displaying a message using the follwing way JOptionPane.showMessageDialog(frame,"Best viewed on a screen resolution of 1280 x 1024 ","expEDIum ANSI Creator",JOptionPane.INFORMATION_MESSAGE);
|
| Floating Label Component in JScrollPane | 17 Mar 2005 15:57 GMT | 3 |
I have an app that displays stacked rectangular glyphs representing data in a jscrollpane. It works fine. Problem: I'd like to add labels to the rows of data glyphs. I'd like these labels to float as you scroll horizontally, sort of like column
|
| [ANN] JGui 1.22 released | 17 Mar 2005 14:04 GMT | 2 |
JGui is a collection of useful Java GUI components and utilities. JGui includes: Docking windows framework for Swing and AWT. ThreadManager - helps to distribute tasks to a number of threads
|
| Simple JComboBox query | 17 Mar 2005 13:44 GMT | 1 |
how do I change the font of individual combo box items, say if I have 5 items in a combo box , how can I have each of them in a different font ? I can do combo.setFont(Font f) but is there any way I can set the font of the combo Items ? can anyone help me out please?
|
| GUI | 17 Mar 2005 13:43 GMT | 1 |
hi How to override the default behaviour of verticalscrollbar of JScrollPane so that upper right Custom corner should fill with vertical scrollbar?
|
| Sizing with JSplitPane | 17 Mar 2005 13:36 GMT | 3 |
I've been having sizing problems with java GUIs and I think I must be missing something, because nothing seems to ever size how I'd like. Right now i am trying to create a gui with 6 components. There are 2 JTrees, 2 JPanels, and 2JTextPanes. I have the interface layed out in grids
|