| Thread | Last Post | Replies |
|
| Scroll to bottom of JTextArea in JScrollPane | 28 Sep 2003 11:49 GMT | 1 |
I have a JTextArea that I'm using as a status window. How do I make the associated JScrollPane always stay scrolled to the bottom of this text area to show the latest message added ? Thanks
|
| Switching between JLabel and JComboBox at runtime? | 28 Sep 2003 11:48 GMT | 2 |
I have searched the archives, but did not find the answer to my problem. So: In a JPanel (in a JInternalFrame) I use a JComponent. At startup a JLabel is set to this JComponent (JComponent theJComponent =
|
| Interesting graphics problem | 28 Sep 2003 11:25 GMT | 3 |
I have a problem I was hoping someone might have a solution to. I have a JPanel onto which a maze is drawn. The maze consists of a list of arcs. The JPanel itself does not know about the connectivity of the arcs. However, the position of a robot within the maze must be
|
| Java 2d Print API | 28 Sep 2003 03:57 GMT | 3 |
I am trying to figure out the Java 2d Print api. Most of it is simple enough, but I am totally confused about file output. I want to use the print api to generate a file output but cannot figure out how to do this in a PrintJob.
|
| Global error handling | 27 Sep 2003 18:04 GMT | 4 |
I seem to recall running across something somewhere that allows one to set a global error handler for any throwable that is not otherwise caught. I can't find it now.
|
| Help Show PDF or HTML in a JDialog | 27 Sep 2003 16:01 GMT | 5 |
How can i shoe a pdf file in a Jdialog? if it's too difficult (download plugin or other ) can i load a html file, what i should use a Jlabel or other (i have too scroll the document because it's very long)
|
| What caused the lost focus event? | 27 Sep 2003 15:49 GMT | 7 |
Is it possible to know what caused a focus lost event? A user that presses TAB (caused by keyboard) or a use clicks on another component with the mouse (caused by mouse). I need to distinguish between these two. Thanks,
|
| JToggleButton - Mouse down border | 27 Sep 2003 15:18 GMT | 1 |
Like to have the effect of an image moving in with the borders changed, when the mouse is pressed down on the button. Thanks
|
| newbie: GridBagLayout adjustement to Conatiner size | 27 Sep 2003 06:48 GMT | 2 |
maybe it is a silly question, but I've been unable to find the answer. I created a class that extends JInternalFrame that contains only three components that I would like to lay out using a GridBagLayout. Component 1 is a JTextField, component 2 is a JButton, and component 3
|
| Using background images? | 27 Sep 2003 01:51 GMT | 4 |
I'm trying to place an image in the background of a panel/textPanel (any container) and write text accross the image. To be quite honest . . . I'm clueless! Any advice would be appreciated.
|
| hide NullPointerException | 26 Sep 2003 15:34 GMT | 1 |
I have a GUI which throws a nullpointerexception when things go wrong. Then it closes. That nullpointerexception is expected and I want it ignored since before that it has already informed the user that something has gone wrong and its closing. How can I do this? If I just
|
| Setting font for jframe | 26 Sep 2003 15:26 GMT | 6 |
I have a jframe with 5 ows and 5 columns and I wish to set the font for one of the columns (or all if that is easier). Can someone help me please? Jim
|
| Jlist on Sun One Studio 4 | 25 Sep 2003 19:19 GMT | 4 |
I am sure I am missing something obvious but this is driving me crazy. I have just started using Sun's Java Studio (though they seem to have stopped supporting it) having been using JCreator. When I put a Jlist on to a container using the forms designer how to I
|
| Setting java.awt.Cursor | 25 Sep 2003 16:06 GMT | 1 |
I'm working on Java/Swing application. MDI App. I would like to set java.awt.Cursor for entire application and no matter how many windows I will open. How to do that?
|
| AWT code in a Eclipse (SWT) plugin | 25 Sep 2003 09:39 GMT | 1 |
Hi-- I've been tasked with moving some legacy AWT code into an Eclipse plugin. Does anyone know if it is possible to run AWT inside of Eclipse? Or will I need to port the AWT code to SWT code.
|