| Thread | Last Post | Replies |
|
| offscreen JFrame snapshot - missing window decorations | 03 May 2005 20:12 GMT | 1 |
Question and then some explanation. Q: is there a way to get a non-visible JFrame to render to an offscreen buffer (ie BufferedImage) in such a way that the title bar is also drawn? By 'title bar' I mean the stuff the window manager typically
|
| JPanel & java.lang.OutOfMemory ? | 03 May 2005 14:56 GMT | 6 |
I have a class: public class Print extends JPanel implements ActionListener, Printable{ ... public void paintComponent(Graphics g) {
|
| Underlining in JTextArea | 03 May 2005 14:32 GMT | 2 |
is there a way to underline the (complete) text of a JTextArea? java.awt.Font allows italic and bold, but no underlining... I tried to override paint(), but this becomes heavy code if it's supposed to work in multiline JTextAreas.
|
| How to set mouse position | 03 May 2005 07:40 GMT | 2 |
I'd like the mouse cursor to be on a specific component, a button, an arrow button of spinner or combo box, or other, at the startup of a Swing application. How could I do that? TIA
|
| registering global Keyboard Bindings | 03 May 2005 00:44 GMT | 6 |
I am trying to figure out a way to register some global keyboard bindings for a swing gui I am working on. I have read how you can use the registerKeyboardAction on any instance of JComponent. But I believe this only works when the component has focus.
|
| JTable and CellRenderer to change background colors | 02 May 2005 08:21 GMT | 3 |
Quick question. I'd like to set the background color for each cell in a JTable separately. Now I've already found out that this can be done using the DefaultTableCellRenderer class, the problem is that whenever I try to set a particular cell, the entire table gets flooded with ...
|
| b96: Refactoring new unsaved file. | 02 May 2005 05:50 GMT | 1 |
I have been seeing this problem since the first FT1, but have not been able to isolate it. Finally, I have a test case. When a new file is created and then refactored before it is saved, Pipeline seems to get confused about whether the in-memory version of the
|