| Thread | Last Post | Replies |
|
| Weird window close behavior | 30 Jun 2008 18:35 GMT | 20 |
I have a short swing program (see below) that dislpays a HelloWorld frame. It compiles fine, but runtime behavior is a bit awkward. To wit: (1) I run the program. It shows a nice 100x100 empty panel. I move the
|
| teste | 29 Jun 2008 23:57 GMT | 4 |
|
| (newbie) How to get the UI to update right away | 27 Jun 2008 21:56 GMT | 4 |
So here's my next swing question: I've got a combo box with an action listener. When you make a selection from the combo box, the action listener fires off and does a bunch of stuff that takes a few seconds to execute.
|
| Serial Port Communications with GUI | 27 Jun 2008 20:35 GMT | 2 |
I am trying to read data off a serial port and then display the data in a GUI and I cannot seem to access the GUI in order to do this. For some reason whenever I try to append to the text box the program seems to stall out and I cannot figure out why? Any help would be
|
| cobbling a ComboBox | 26 Jun 2008 03:05 GMT | 8 |
I have a JComboBox that looks like this: http://www.geocities.com/tekmonk2005/pix/ComboBoxColors.jpg I would like to use the color on the top title bar to use it as the background of the selected item in the combobox, so it kind of looks like a
|
| Problem faced while using TinyLnF | 25 Jun 2008 05:43 GMT | 5 |
I'm using TinyLnF package (http://www.muntjak.de/hans/java/tinylaf/ index.html) for look and feel in my swing application. I'm facing a problem there. To sort tables i'm using TableRowSorter <code>
|
| How to combine characters | 24 Jun 2008 03:01 GMT | 6 |
All, Someone helped me with this code a few weeks ago, and it works great! However I wanted to know if I could alter it. That is, the output variable is a char. I am trying to see if I can combine the
|
| join the membership,optimize my blog | 23 Jun 2008 17:47 GMT | 1 |
dear I agree to join the membership. I wante to optimize my blog: title my blog :yeast.
|
| a very tricky question... | 23 Jun 2008 15:41 GMT | 3 |
In java in object only the nonstatic members are present & the static members donot reside in the object but we are accessing static members using object reference technique. since the static member do not reside in the object then how we are
|
| equally sizing text areas inside of a JTabbedPane | 22 Jun 2008 20:54 GMT | 1 |
I have a container, a JFrame, with a JTabbedPane inside of it. The Dimension of the JFrame I set based on the screen size Inside of the JTabbedPane I create three, two or just one text area. These JTextAreas are placed inside of a JScrollPane and separated by
|
| graph representation API | 22 Jun 2008 16:56 GMT | 3 |
I wonder if I there is a strong and easy to use API to represent Graph that is suitable for my own data structure program. Simply in my program i have built-in linked list of objects called Transaction class each Transaction represents vertex in a
|
| Newbie: How to find out installed version of java? | 21 Jun 2008 21:18 GMT | 11 |
Hi folks. I'm trying to figure out which version of java I have installed. The versioning is a bit unclear to me: on the one hand, I read about "sdk"'s with versions like 1.5, 1.6, etc. On the other, I see "Java 5" and "Java 6" out there.
|
| character issues in read-only JTextArea | 21 Jun 2008 16:33 GMT | 1 |
i am using a JTextArea for displaying multi-line text. the component has been set to read only and background color adjusted so it appears more like a label. i am adding this component to container with gridbaglayout and it has been given HORIZONTAL fill and weightx as 1.0
|
| How can you dinamically adjust the size of components based on their labels? | 19 Jun 2008 22:19 GMT | 1 |
When you code i18 GUIs you must pay attention to this in order for your GUI not to look good for say English and half way cropped for a language like German that tends form words by combining adjectives and nouns, so they have incredibly long words you can utter in one breath
|
| Repainting and threading - the eternal problem... | 19 Jun 2008 14:00 GMT | 5 |
Hi there folks! I have a program, with MANY lines of code, so I will not post the entire program here. However, this is my problem. I have a GUI program based on swing which contains a JList:
|