| Thread | Last Post | Replies |
|
| Key event and focus handling | 31 Dec 2005 23:22 GMT | 1 |
I'm trying to develop a component (based on a JTabbedPane) where I manage ALL keyboard events for the component and all components within it (mostly buttons and labels). Clicking anywhere in that component (on a tab, or on a button within
|
| How to add elements to a JList without preventing refresh | 30 Dec 2005 16:13 GMT | 5 |
i have a simple problem. Let's say that in some app, i have a loop wich add a lot of elements to a JList. I CANNOT change the loop, but i can change how each element is added. What i would like is that i can scroll the JList with the mouse,
|
| polygon shape of jcomponent | 30 Dec 2005 11:07 GMT | 3 |
polygon shape of jcomponent, is it possible?
|
| UI Software Architecture - MVC + Code Generation? | 30 Dec 2005 10:11 GMT | 3 |
I have an architecture question for designing a suite of rich client applications. The synatx is Java although there is little specific to the language - I consider this a software engineering dilema. What do you think of my solution as follows?
|
| How to enter characters beyond keyboard into JTextField? | 30 Dec 2005 05:53 GMT | 5 |
How do I enter characters from the keyboard that aren't on the keyboard? For example if I want to enter the 1/2 character \u00bd. I thought on a Winblows machine that you could do that by holding down the ALT key and then typing a sequence of numbers. It doesn't and I hadn't ...
|
| Overwritten Boolean in table cell | 30 Dec 2005 04:04 GMT | 3 |
I'm using Swing to create a JTable with one column rendering a checkbox (Boolean). Fine, this works because I have a custom table model that overrides getColumnClass() and now everybody is happy figuring out how to render a Boolean.
|
| Thin Client Select | 29 Dec 2005 16:13 GMT | 4 |
What is the equivalent in thin client of selecting a row in a JTable? Do you have to fake a giant radio form?
 Signature Canadian Mind Products, Roedy Green.
|
| Preserve Line Breaks | 29 Dec 2005 11:32 GMT | 4 |
Which data entry components preserve line breaks entered in text? How do you enter them without triggering a Submit?
 Signature Canadian Mind Products, Roedy Green.
|
| JformattedTextField DateFormat | 29 Dec 2005 10:06 GMT | 1 |
Dear al, I have a really irritating problem: When I run the following code, I can correctly edit all the fields created by maskformatter, but the dateformat field is always in insert mode, and it
|
| Best Approach for putting words on a JPanel (with special requirements) [2nd attempted post] | 29 Dec 2005 04:45 GMT | 8 |
I am a newbie to Swing and I am trying to do something that is over my head. This is a "how do I . . ." question or maybe a "what is the best way to . . . " question. Can anyone advise me on my approach? That is, am I on the right track
|
| color pallet | 29 Dec 2005 04:08 GMT | 2 |
I'm coding up a routine to dispaly a stacked bar graph using Graphics2D. Each bar is made by a bunch of rectangles representing each contributor. The color of each contributor should be different. I need a way to assign these colors. The number of contributors can
|
| rescale using affineTransform, but scaling factor isn't quite honored? | 29 Dec 2005 04:03 GMT | 1 |
Hi, I'm using affineTransform to rescale a polygon to fit in the screens area. If the shape is 25% smaller than the drawing area, then the shape is increased by 25%. Each side of the shapes length in inches is initially the same as the length of the side in pixels.
|
| Input Verifier for JComboBox | 29 Dec 2005 03:56 GMT | 5 |
If I create and InputVerifier and set an editable JComboBox like so: JComboBox myJComboBox = new JComboBox; myJComboBox.setEditable(true); myJComboBox.setInputVerifier(comboVerifier);
|
| Newbie help! Returning an enumeration | 29 Dec 2005 02:35 GMT | 1 |
Hello all, i wonder if some kind soul could point me in the right direction. I'm sure the solution is VERY straightforward but for some reason i just can't see it.. just call me Mr. Thicky. Anyway... here it is.... I have a main method that passes a parameter to another method used ...
|
| JTextArea not producing events | 29 Dec 2005 01:47 GMT | 1 |
Run the little SSCCE below and you will not get any events at the InputMethodListener. Why not? How are you supposed to detect a change? It won't let you use an ActionListener or a TextListener. // sample use of a JTextArea
|