| Thread | Last Post | Replies |
|
| JTable - Row Sellection | 04 Apr 2005 23:53 GMT | 10 |
With a Jtable, how can i disable the selectionBackGroundColor and instead, have a white outline around the entire row (not around each cell in that row)? i have been struggling with this for a several hours and would
|
| stopping the GUI thread | 04 Apr 2005 21:50 GMT | 5 |
I was hoping somebody could provide a pointer for this problem: I have a command line program that needs to create a JPanel an JFrame. However it does not show these widgets, but simply draws something onto them and creates an image from it. So the user does not see any GUI
|
| Is Java capable of displaying nice documents? | 03 Apr 2005 23:40 GMT | 1 |
I have written a simple application to display TIFF files which are 600dpi scanned images of typical 8 1/2 x 11" documents. Additionally, I had 2 other programmers write their own implementations of the above. The 3 programs have something in common: they all suck. The look of
|
| JComboBox editor | 03 Apr 2005 11:57 GMT | 1 |
How to change the color of the editor in a JComboBox component ? John
|
| To all responses (was Re: Swing Dialog Class won't wait ??) | 03 Apr 2005 11:56 GMT | 1 |
Thanks for your posts. 1. Here is the example of valid use (from the API docs): String inputValue = JOptionPane.showInputDialog("Please input a value"); 2. Use of the EDT to achieve this (for JInternalFrames here) can be seen in:
|
| Image corruption when using Webstart | 02 Apr 2005 23:31 GMT | 1 |
Just wondering if anyone has experienced any strange behavior with .gif or .jpg image files that are loaded when using Webstart. If the application is run from within Eclipse or via the command line, the images are loaded fine. Yet when run from Webstart, the images are
|
| JMenu with 2 columned menu items? | 02 Apr 2005 11:40 GMT | 2 |
Wondering if anyone has any good/clever ideas how to easily implement a JMenu with JMenuItems that appear to have 2 columned text, i.e.: +-----------------------------+
| Alpha Some text 12 | |
| how to setTitle of the Gui | 02 Apr 2005 09:25 GMT | 2 |
hi * i want that the Title of the Gui is the Title of the opened File. if i opened a new File , the Title must be refreshed. any idea .
|
| Changing the JTabbedPane BG color | 02 Apr 2005 01:01 GMT | 5 |
i have a question that has been around for sometime now, and i guess it has to do with the operating system, i'm running windows XP service pack 2. Anyways, the problem that i'm having is with the JTabbedPane. When u select a
|
| Accessing Swing components in application | 02 Apr 2005 00:08 GMT | 4 |
I'm trying to solve this problem: I have an aplication consisting of Swing GUI components and action objects (extend AbstractAction). I need to access my Swing components from the actions (e.g. update button status). What is the common way to make those
|
| Control knob speed in JScrollbar? | 01 Apr 2005 20:03 GMT | 2 |
We have an application that loads image (1392 * 1040) into a scroll pane of 640 * 480 viewport. The user can click on a spot/point then press the arrow keys to move the spot to different directions. Each key pressed is supposed to move 1 pixel at a time but the knob in
|
| Swing Dialog Class won't wait ?? | 01 Apr 2005 09:02 GMT | 15 |
I am hoping that someone on this list can set me straight !! I have an app (below) that calls a class containing a Swing JFrame. My understanding is that swing starts its own java thread (which explains the issue i am seeing).
|