| Thread | Last Post | Replies |
|
| Own visual component | 23 Apr 2004 03:20 GMT | 2 |
I am writing some of my own visual components. I have two question regarding this issue. First is, if it's proper way, that I extend JComponent ? The second is, what percausins should I take, so the Container can
|
| Some UI Advice Wanted | 22 Apr 2004 22:45 GMT | 2 |
I am developing an application that will reconcile legacy system generated transactions to the actual bank statements. Sort of like MS Money on steriods (in that the transactions may be many to many when matching). I am thinking about the approach to take with the UI and the ...
|
| displaying large amount of text in a swing textcomponent | 22 Apr 2004 20:34 GMT | 9 |
Hello, I want to display large amount of text in a swing Textcomponent. I do not want to edit it, it just has to be a plain JTextArea. Of course it is not a good idea or impossible to load 1 MB text at once into a JTextArea. I probally have to load and unload chunks dynamically ...
|
| JTree with checkboxes and mouse click | 22 Apr 2004 19:58 GMT | 1 |
I have JTree, each node contains JCheckBox and JLabel, of course I've created class that implements TreeCellRenderer. I store my data in class that implements TreeModel. How can I check which component was clicked by user?
|
| How to load image file in Applet? | 22 Apr 2004 19:18 GMT | 7 |
I need an applet loads and displays an image which is stored on server side. My applet works fine if I open the html file in my browser by "Open File", but it doesn't load the image if my browser accesses it by URL
|
| How to implement Cancel functionality | 22 Apr 2004 18:44 GMT | 2 |
Is there any pattern which allows to implement the Cancel functionality from the GUI. Basically a user can press the Cancel button anytime and a long processing job should immediately do the required cleanup and finish. How to do it?
|
| JFileChooser problem | 22 Apr 2004 18:27 GMT | 2 |
I am using a JFileChooser in my application to set the location where e certain file should be saved. Therefor I have set it to display directories only.
|
| JTable Tabulator behaviour | 22 Apr 2004 17:08 GMT | 1 |
I have a JTable that changes from one cell to another cell in the same line when pressing the Tab key. I would like my JTable to behave in a M$ Windows manner, so the Tab key switches focus to next control in the parent dialog.
|
| Loading OpenType fonts | 22 Apr 2004 13:32 GMT | 2 |
I'm currently loading TrueType fonts from the server and using them directly in my application with the Font.createFont(InputStream) method. This method does only support TrueType fonts. I need to switch to OpenType, so I was wondering if anyone know about
|
| Util to Generate Charts | 22 Apr 2004 13:23 GMT | 2 |
I need to make some charts to make reports in my java web app. Would anybody please tell if there are any open source java util to do that Thanks in advance! Billy
|
| horizontal separator between menubar and toolbar | 22 Apr 2004 12:37 GMT | 1 |
Is there a way to place a horizontal separator line between menubar and toolbar? Thanks Paul
|
| why it doesnt draw ??? | 22 Apr 2004 08:24 GMT | 1 |
in the below short write i try to write an Thread examle that try to draw lines in every second from (0,0) to (x, y). x and y are random between 0..255
|
| KeyListener kinda deaf (in simple game) | 22 Apr 2004 06:15 GMT | 1 |
Hey everyone... I'm trying to write a simple word-guessing game (Lingo, user should guess 5 letter words etc). I've created some custom AWT Components (sorry for the dutch naming):
|
| [Swing] how to relay events to other components | 21 Apr 2004 22:13 GMT | 6 |
I would like to achieve the following: Scenario: Component A notifies component B about an event e1. B knows that there are are various other components interested to know about this event. Is
|
| Caret Positioning in a JFormattedTextField ? | 21 Apr 2004 20:06 GMT | 1 |
Hi I've a attached a demo bit of code to go along with the problem explanation that follows. Basically I have found that if I have a simple JFormattedTextField but assign a formatter to it and an inputverifier the caret always seems to be set on the left had side when focus is ...
|