| Thread | Last Post | Replies |
|
| How to make Caret in JTextField Wider? | 17 Aug 2004 22:01 GMT | 5 |
I am trying to make the caret in a JTextField Wider to make it easier to see. Does anyone know if this can be done and how to do it?? Thanks Caro
|
| Multiline tooltip texts. Is it possible? | 17 Aug 2004 15:40 GMT | 1 |
Is is possible to wrap long tooltip strings if they are longet than a certain number of characters? Thanks Bora
|
| JFileChooser and FileSystemView | 17 Aug 2004 15:26 GMT | 2 |
Ok, I am hoping someone can shed a lot of light on the combination use of these two. I am trying to hook an ftp session into a JFileChooser through use of a FileSystemView -- I get wierd results and everything I read and see
|
| checkbox in table | 17 Aug 2004 15:20 GMT | 1 |
Here are my questions: Q1: How to include checkbox in every row of a particular column in a table? Q2: When the user change the value of the checkbox in the table, how
|
| Check Box Inside a Table | 17 Aug 2004 12:30 GMT | 1 |
Here are my questions: Q1: How to include checkbox in every row of a particular column in a table? Q2: When the user change the value of the checkbox in the table, how
|
| Odd behavior of Swing components in a zoomable interface | 17 Aug 2004 12:18 GMT | 1 |
Hello Java experts! I'm currently working on a project that allows users to mark up an image of a musical score with annotations such as circles, arrows, text, etc. Our drawing tools are working great (we used JHotDraw as a
|
| Loading JTextArea/JTextPane via NIO MappedByteBuffer? | 17 Aug 2004 05:37 GMT | 2 |
I need to load JTextArea/JTextPane with large files (>1MB) quickly (less than a few seconds). There doesn't seem to be a decent way to leverage NIO MappedByteBuffers for this purpose. Mapping a file and getting the array of bytes is trivial,
|
| Must be a bug. JTable, tooltips and an unrelated JDialog | 16 Aug 2004 15:47 GMT | 3 |
This is wierd. In my Swing setup I create a JDialog from an JOptionPane, as an attribute, ready for showing during frequent actions. I have a sub class of JTableHeader which does some custom tooltipping in the
|
| JTextArea question | 16 Aug 2004 14:48 GMT | 1 |
I have a JTextArea which shows some processing result. I'm interested in a whole text area line text. Also I would like to be able to select the next and the previous line whit the keyboard arrows (VK_UP, VK_DOWN). It's not a problem to select a single line, but how can i move ...
|
| commit jtree edits when leaving node | 16 Aug 2004 13:18 GMT | 3 |
If you edit a node in a jtree and leave the node rather than hitting enter, the edit is canceled. I want the edit to be committed. I'm using a class that extends DefaultTreeEditor as my editing class. How do I make it commit an edit if the user leaves a node?
|
| Jlist Question | 16 Aug 2004 10:58 GMT | 11 |
Is there a generic JListModel? I don't want to do anything fancy, I just need to be able to add/remove objects from the JList. Jonathan Allen
|
| overriding paint method of AWT Button | 16 Aug 2004 05:22 GMT | 5 |
I am not able to perform painting operations by overriding paint method of Button. The code I have used is given below: class butimage extends Button {
|
| JTable Focus Question | 16 Aug 2004 00:42 GMT | 1 |
I have a Java app that contains a JTable. When the app starts up, I'd like to select the first row in the table and set the keyboard focus to the table so that the user can scroll through the table rows using the arrow keys. I can select the first row with no problem, but I can't ...
|
| jframe resize trouble - via draggable corner | 16 Aug 2004 00:39 GMT | 4 |
Playing around with having a label in the bottom right corner of a JFrame that user can drag to resize JFrame. Label just shows a 32x32 icon with grip texture. Point is for usability - easier to grab than the thin border.
|
| Associating user data with AWT/Swing component? | 16 Aug 2004 00:34 GMT | 5 |
Hi NG, Do Swing/AWT components have a simple facility for associating user data (Integer) with the component? I have multiple JTextFields in my JPanel, with the panel being their
|