| Thread | Last Post | Replies |
|
| Added JTree to JScrollPane but no Hori Scrollbars? | 10 Jul 2005 01:17 GMT | 12 |
Added JTree to JScrollPane. Vertical scrollbars appear, but not Horizontal scrollbars. DefaultMutableTreeNode top = new DefaultMutableTreeNode("Info"); DefaultMutableTreeNode aa = new DefaultMutableTreeNode("Date");
|
| JSplitPane wont resize a canvas!! | 09 Jul 2005 14:00 GMT | 1 |
Hey guys ... I'm at ends here trying to figure out what I have to do to make my canvas resizeable in both directions... I'm workin on a game here, and need to use the double-buffering capabilities of a canvas to draw, but want to have the flexibility of a resizable canvas. What ...
|
| "Window look and Feel" for JTree | 09 Jul 2005 03:49 GMT | 5 |
I have this code to draw a very simple tree with a "Java look and Feel" ------------------------------------------------------------------- /**This frame contains a simple tree that displays a manually constructed tree model. */
|
| BoxLayout can't be shared | 08 Jul 2005 10:46 GMT | 7 |
Sometimes, for different BoxLayouts like: Jpanel inP = new JPanel(new BoxLayout(inP, BoxLayout.Y_AXIS)); ... JPanel outP = new JPanel(new BoxLayout(outP, BoxLayout.Y_AXIS));
|
| Does my panel play hide & seek ? | 08 Jul 2005 09:51 GMT | 1 |
In an application, that uses internal frames and the JDesktopPane! I now want to add a pane to my application to the right side of the window. But this pane should be hidden. In the sense when i click on a button, it creep inside slowly and when i click on it, it should creep
|
| Looking for general UI component glossary | 08 Jul 2005 08:49 GMT | 1 |
Anyone out there know of a website that lists all known UI components with descriptions? Thanks, -L
|
| Simulating RGBImageFilter | 08 Jul 2005 08:24 GMT | 2 |
I want my picture 'blurred' and use this filter to 'wash and bleach' the colors of the image: //class RGBImageFilter class RGBImageFilter extends java.awt.image.RGBImageFilter
|
| Moving an image into a Graphics | 08 Jul 2005 04:54 GMT | 5 |
I´ve a problem with a GUI. I´m trying to make that an image can move under another image. The application that I am developing shows a map of a city und with a GPS, I must show the exact position. The map image in the background, and the target image must move. I hope that
|
| HTML | 08 Jul 2005 00:18 GMT | 5 |
I am trying to add html tables to a html document and the html table appears but here is the problem in that only certain attributes of the table is being adhered to and the rest ignored. This is what i am doing
|
| Marking a JInternalFrame as selected | 07 Jul 2005 19:36 GMT | 1 |
Hi group, I have the following problem: I created an MDI application. Now I want to select a new JInternalFrame when it was created. I tried setSelected() and grabFocus() but it doesn't do the expected thing. How
|
| best approach for transparent boxes | 07 Jul 2005 05:17 GMT | 1 |
I'm hoping for some guidance on the best way to do the following. I am building an applet that uses a canvas to show a map (AWT only - no Swing). I want to display semi-transaparent boxes over the top of the map to show things like status or options, and the boxes should be able
|
| Annoying spacing on a menu bar | 06 Jul 2005 17:03 GMT | 8 |
I'm having a small and really frustrating problem with a menu bar. Basically I have to emulate a phone screen and when you click one of the soft keys a menu should pop-up. I wanted to do it with JPopUpMenu but had loads of problems with it, in the end I have a JMenuBar and a
|
| Swing thermometer | 05 Jul 2005 10:28 GMT | 5 |
I've to "design" a thermometer with swing extending a JSlider. I don't know how to start... Does anybody can help me? Thank you...
|
| PageFormat | 05 Jul 2005 06:31 GMT | 1 |
I am trying to print something but i need to ask something really so bare with me a little while You know that for printing something using the java printable interface you would have to overide this method
|
| to use (for free) SWT + Eclipse Platform - is it possible? | 04 Jul 2005 16:15 GMT | 2 |
Is it possible to use for free (!) SWT + Eclipse Platform (for example "Eclipse Rich Client Platform" http://www.eclipse.org/rcp/ ) as a base for commercial products? Kind regards,
|