| Thread | Last Post | Replies |
|
| Wrong Input: Best practices | 05 Apr 2004 21:58 GMT | 8 |
I have forms based GUIs and rather than evaluate user input in an OK/Apply fashion, I continously indicate for the user every field containing wrong input and enable the
|
| Need to add an amortization table to my program | 05 Apr 2004 21:35 GMT | 1 |
Hello all I need to add a scrolling amortization table to my program that pops up on the screen.. any ideas and help on how to do this would be greatly appreciated. I think I would have to use a "JTable" but I am not exactly sure how to implement it. Below is what I have so far. ...
|
| JFormattedTextField Setting Caret Pos Problem ? | 04 Apr 2004 20:03 GMT | 1 |
I've been using a JFormattedTextField's which I use to verify that the data entered is between particular value. I use formatters and verifier for the checking. The user is forced to enter a value value or close the dialog. The problem I have is that the caret after the
|
| JTable Problem - values not set when clicked on button | 04 Apr 2004 16:48 GMT | 1 |
Hi. I have a frame with a table in it and when the user enters values into it they are able to save the table. However if the user doesn't press enter to set the last cell of data, and clicks on the save button, the data in the cell is not added to the table model as the system ...
|
| Tab characters and TextLayout | 04 Apr 2004 15:54 GMT | 2 |
I am having some difficulties with tab characters in combination with TextLayout, and I realize there must be some way to specify the tab size in TextLayout. I find absolutely nothing in the documentation on this. What am I thinking wrong?
|
| Need help with HTMLEditorKit | 04 Apr 2004 09:25 GMT | 1 |
I'm trying to write a small WYSIWYG HTML editor with Java. I have some results with JTextPane, HTMLEditorKit and StyledEditorKit.XXXAction but I can't find a solution for 3 problems. I someone can help me : 1/ Is there a way to remove those implied HTML, HEAD, BODY and first P tag ?
|
| suppress Focus box display | 03 Apr 2004 23:57 GMT | 3 |
Is there a method to suppress the display of the focus box on a JButton? It makes so sense in app with only one component. -- Canadian Mind Products, Roedy Green.
|
| html and plain text in JTextPane | 03 Apr 2004 16:43 GMT | 1 |
I have JTextPane with some text in it. I'm using it to get html text (getText() method). Is it possible to get plain text from JTextPane too? Thanks
|
| j2me where is it ? | 03 Apr 2004 11:37 GMT | 1 |
Does anyone know where I can download J2ME software developpers kit, and where to find a good tutorial Thanks, Johan
|
| Realtime update of GUIs in a game | 03 Apr 2004 10:47 GMT | 4 |
I'm developing a virtual jigsaw puzzle application that allows for multiple users in distributed locations to work together on the same puzzle. I have a simple client/server program setup where a client connects to the server and the server tells them the pixel co-ordinates of each ...
|
| java2 | 02 Apr 2004 17:53 GMT | 2 |
Hello All, Since changing from java 1.1 to java 2, running the interpreter "java" on any class which uses java.awt gives an initial warning: " cannot convert string '- monotype - arial .......' to type FontStruct". This does not seem to be caused by the new "javac", only by the ...
|
| Newbie to Java Please help .. | 02 Apr 2004 16:48 GMT | 2 |
Hello all, I am taking my second java class and I have tried everything to get my program to compile correctly and keep getting error messages. The program is supposed to display a GUI mortgage where the user can input a principal amount, an interest rate, and hit the calculate ...
|
| recommended approach when filtering List or TableModels? | 02 Apr 2004 14:38 GMT | 1 |
I am writing a program that presents results in a table. The model updates a ListModel, which the user interface then wraps with a ListFilter (custom class that accepts a Filter returning true or false for each object in the ListModel).
|
| JTree, JTable & JPanel with graphics on the sam ScrollBar ? | 02 Apr 2004 09:49 GMT | 1 |
I put JTree, JTable & JPanel with some draws, every on each jScrollBar and all that in two JSplitPane so I have two removable grid and tree different horizontal scroll bar.
|
| help | 01 Apr 2004 17:19 GMT | 2 |
I need to put a file into a array. Howdo I do that? The contents of the file is in Double,how to open the file,read it,and copy into a Array or Matrix?
|