| Thread | Last Post | Replies |
|
| Displaying ints in Jlabel's | 19 Apr 2004 13:42 GMT | 5 |
Hey, is there anyway of displaying integers in a Jlabel?? I know you can display strings with .setText() but how would I display a int?
|
| Lock all buttons in a panel | 19 Apr 2004 08:21 GMT | 7 |
Is there any way to "disable" a panel, or lock all buttons in a panel without any long drawn out code?
|
| change defaults | 19 Apr 2004 05:00 GMT | 1 |
How do you change the default font for all components ( frame, label, etc ) in swing ? regards Johan
|
| Looking For Simple Context Menu | 19 Apr 2004 04:55 GMT | 1 |
I need to pop up a context menu when there is a right mouse click on a JTable row. I've done some Googling, but haven't found an example. Do I need to trap the
|
| Rookie Needs Help With JComponent Layout | 19 Apr 2004 03:53 GMT | 2 |
Hi, all. I'm having some difficulty with my component layout. It's fairly simple: --------------------------------
|
| jbutton performance | 19 Apr 2004 02:09 GMT | 4 |
I was asked these and other questions in an interview today 1>If on a jwindow i have a button and a jbutton.The jbutton will take time to appear whereas the button will appear immedatiely.What is the reason and what will you do about it ? (I dint knew this ..can any
|
| JPanel doesn't update fields | 19 Apr 2004 02:06 GMT | 7 |
I have been stumped with this problem for days. The JPanel does not update the JLabel component into the new JButton. Even if the JButton is a new JLabel, the panel doesn't update. Any help a million times appreciated. thanks
|
| Regular expression problem | 19 Apr 2004 01:47 GMT | 3 |
Hi i am checking that the input read from a file is in the correct format, ie all numbers, by checking that the string read in is all digits by using the command: if (!(rowColumn.matches('[0-9]'))) throw Exception;
|
| Using Arithmetic Evaluator with buttons help | 18 Apr 2004 21:17 GMT | 1 |
Hi I'm making a simple calculator program using Arithmetic Evaluator and while I can get it to do its stuff when using textfields for data entry. But I would like to use buttons for the entry digits but have no idea
|
| setting the scrollbar caret position | 18 Apr 2004 17:13 GMT | 1 |
I have an application I am writing in which text is generated and added to a text area. Right now, when the text is added the application's scroll bar caret moves up in the scroll bar to show that new text is below the current position. However, I would prefer that the caret
|
| help | 18 Apr 2004 00:33 GMT | 1 |
I am working on a project for my software engineering class. I currently have a web browser that reads stored html forms off of a server and displays them (browesr will also surf the net providing the site does not use any scripting). The forms are entered by users
|
| JCheckbox in a JTable | 17 Apr 2004 23:11 GMT | 3 |
I have a JTable with 4 columns. 1 of the columns has a Boolean value which is rendered as JCheckboxes. I can edit these JCheckboxes, but when I check a JCheckbox (when I set it's value from FALSE to TRUE) I want that all of the other values of
|
| Resizable JDialog | 17 Apr 2004 14:37 GMT | 2 |
I want to create a resizable JDialog with a minimum dimension (width, height) of (x1, y1) and a maximum dimension of (x2, y2). Any thoughts on how I might be able to achieve this ? Thanks in advance.
|
| custom JSplitPane ? | 17 Apr 2004 10:52 GMT | 2 |
The following class doesn't paint the Dividor and the content of SplitPane. How to customize the Dividor? public class PSplitPane extends JSplitPane { public PSplitPane() {
|
| JTable column sizing algorithm? | 17 Apr 2004 06:09 GMT | 1 |
I have a requirement for a new (I think) algorithm for changing column sizes when the table size changes. Potted spec below: Columns in JTable to have a weighting factor so that certain columns would get more/less of the space when the table size changes. Columns
|