| Thread | Last Post | Replies |
|
| JDialog not appearing for JWindow under Java 1.5 | 10 Jun 2005 04:14 GMT | 3 |
I recently upgraded from Java 1.4.2 to 1.5.0_03 on a Red Hat 9 system. When I compiled and tested an existing program that worked fine under 1.4.2 I discovered one small but significant problem. I am using a JWindow for the main window of an application for its
|
| JScollPane won't resise with GridBagLout | 09 Jun 2005 19:30 GMT | 8 |
Is there a trick to get a JScrollPane (which holds a Jtable) to resize when the window enclosing JFrame, using GridBagLayout is narrowed? It works fine with default JFrame layout manager (sliders come on scrollpane, narrows etc) but with GridBag, it freaks and the contents ...
|
| copy-paste in an applet, SwingSet | 09 Jun 2005 13:25 GMT | 8 |
I have an applet where copy-paste isn't working, and reading the archives, I see that this is an intentional security feature to protect the clipboard against malicious applets. However I see that copy-paste works in the SwingSet demo:
|
| Porting Win32 GUI to Java 2D | 09 Jun 2005 09:06 GMT | 8 |
I'm new to Java 2D (but have lots of C/C++ experience with Win32). I have a legacy C Windows application with a "small" GUI (couple of hundred lines of code) that I want to convert to Java. Can anyone please point me to a URL that shows the mapping (if any)
|
| Dialog Displays Title Only | 09 Jun 2005 03:47 GMT | 1 |
I have created a small Swing application consisting of one jFrame and one jDialog. A click on a button in the jFrame should bring up the jDialog, but only its title appears, not the remainder, I have to drag it open to see it. I am using jDialog.setVisible(true) to display it.
|
| button on image | 09 Jun 2005 03:39 GMT | 4 |
How do I put 5 buttons on top of an image? If I try JBuilders XYConstraints I can only put a limit of 2 buttons on top of an image... there is evidently a scarce suply of XYconstraints
|
| setMaximumSize() has no effect | 08 Jun 2005 23:21 GMT | 8 |
I want to limit the size of a JLabel in another panel to X,Y. However, calling setMaximumSize( new Dimension(X,Y) ); has no effect. How come? private class StatusBar extends JPanel {
|
| JEditorPane hyperlinks and the right mouse button | 08 Jun 2005 21:40 GMT | 1 |
Hi Group, Any ideas on how I can determine which buttonw was used to get a hyperlink callback (hyperlinkUpdate()) from JEditorPane? I want only the left mouse button to activate the hyperlink, not the right.
|
| Nontrivial dialog example | 08 Jun 2005 15:05 GMT | 6 |
Would someone provide or point me to an example of coding a simple, but nontrivial, dialog? For instance, I would like to provide a modal dialog that would allow the user to, say, enter a string, an integer, and fiddle with some radio
|
| Does anyone know the exact difference between a SWT Canvas and a SWT Composite? | 08 Jun 2005 13:41 GMT | 2 |
I have been trying to draw shapes on a SWT Composite and apparently this is not possible. I can draw over a Shell or a SWT Canvas. But drawing over a Composite does not work. Canvas extends from Composite and looking at the source code I can se
|
| JFrame's Title Font | 08 Jun 2005 09:23 GMT | 2 |
How do I change the font of a Frame or Dialog's title. Fankx, Fred.
|
| Gridbaglayout - settext resizing... | 08 Jun 2005 02:39 GMT | 1 |
Newbie post - sorry! I can't see the answer around anywhere I don't think (it's not in the FAQ!). I'm using GridBagLayout in Java 1.5. JButton ButtonA's text is originally set to "a very very very long piece of
|
| Rendering a font | 07 Jun 2005 11:58 GMT | 1 |
I have an app that is trying to render a set of strings onto a panel, but the strings must fillthe entire screen (Therefore I must strech the fonts etc). I have to support the MS JVM for this, so I have made two classes, one for
|
| Statusbar class in official library? | 06 Jun 2005 17:50 GMT | 15 |
I couldn't find any class in the API reference realizing a statusbar, which can be placed at the bottom of a window. Is there really no such class in the Java Standard Library?
|
| JGoodies UIF Toggle Button Example | 06 Jun 2005 16:16 GMT | 1 |
I'd like to create a toggle action with Karsten Letzsch UI-Framework 1.4. As opposed to my expectations, the two related toggle buttons do not disable each other, but as soon as clicking the second one, both just stick in their pushed state. What am I doing wrong?
|