| Thread | Last Post | Replies |
|
| applets and html Forms | 24 Feb 2005 19:36 GMT | 1 |
i'm trying to get some parameters from an html Form (radio buttons) to use in my java applet class. I need these parameters to call some methods of a java class in the applet one to update an animation. Do you know how i can obtain them?
|
| Vertical JTabbed Panes | 24 Feb 2005 14:49 GMT | 1 |
Does anyone know how to make the tabs of a JTabbedPane appear vertically? I can get them onto the side by sett the tab placement to LEFT, but they are still appearing horizontally. Thanks,
|
| Tried to follow Java Look and Feel Design Guidelines? | 24 Feb 2005 10:42 GMT | 2 |
Hello Java-GUI-Developers, did anyone ever try to develop a Java GUI conforming with Sun's "Java Look and Feel Design Guidelines"? I receive the impression this is a hard job. I tried to implement a layout with two radiobuttons with the
|
| JFrame icon: 16x16 or 32x32? | 23 Feb 2005 21:22 GMT | 1 |
I have a nagging issue with my application icon on WinXP that I was hoping someone has dealt with before.I have two .png versions of my application's icon: a 16x16 and a 32x32. I have tried passing each of them to JFrame.setIconImage().
|
| SWT Key Codes | 23 Feb 2005 20:16 GMT | 1 |
I am writing an application which requires data entry and in which rapid navigation to particular screen areas of text entry is desired. I'm making use of SWT for the front end. Ideally, the user would type ALT-<key> and the focus would be transferred to a text field within the
|
| Strange behavior trying to set a scroll bar position | 23 Feb 2005 20:10 GMT | 4 |
I am writing a swing application that reads xml files and displays xml source and transformed html in two JEditorPanes, both inside JScrollPanes. When the file loads, by default the view of the source gets scrolled down to the bottom. I'm trying to set the scrollbar position at the ...
|
| native topic names and Drag and Drop Flavors - How? | 23 Feb 2005 10:14 GMT | 4 |
I try to accept a native drop from eg MS Outlook or the CardScan business card scanning application. But my problem is that I can only choose between a multitude of text/plain flavors and (in the case of the cardscan app) an image type.
|
| Problems combining a JToggleButton and a JPopupMenu | 23 Feb 2005 09:18 GMT | 16 |
I've got a JToggleButton (always visible) and I'm using its actionlistener to popup a JPopupMenu. The JButton then listens for the JPopupMenu's popupMenuWillBecomeInvisible() event so that it can reset itself when the menu disappears. This works fine, except if the user
|
| JDesktopPane's & JMenu's | 23 Feb 2005 08:25 GMT | 1 |
I have a JMenuBar, on a JPanel, which is in the contenPane of a JInternalFrame. However, I cannot get this JMenuBar to merge with the JDesktop's JMenu bar when the given JInternalFrame is selected.
|
| Switching a panel wthin a JTabbedPane | 23 Feb 2005 03:54 GMT | 5 |
I am having a hard time replacing the content of a JPanel by another one. Can't seem to see the JPanel that replaces the older JPanel within a JTabbedPane. I am dynamically building a JPanel based on different data requirements. Not sure what I am doing wrong. .updateUI() does ...
|
| How to add checkboxes to a JTree? | 23 Feb 2005 01:29 GMT | 5 |
I've seen it done but haven't been able to find anything in the documentation. When you open the nodes in a JTree, rather than listing just files, there are checkboxes. Would anyone know how this is done?
|
| JLabel only display on last line | 22 Feb 2005 23:31 GMT | 2 |
I'm new to Java gui and don't know how to fix this problem. The problem is that jLabel18 only display on the last line. Based on the code, it should be on every line. Thank you for your time. Regards,
|
| Minimize JInternalFrame Positions | 22 Feb 2005 23:29 GMT | 1 |
Hi friends: Can I change positions x and y of jInternalFrame when this is iconifiable (minimize)? I want that jInternalFrame has same position when it's in normal state and
|
| Scrollbars not showing up in a split pane when tree is expanded | 22 Feb 2005 22:21 GMT | 2 |
I have seen mention of this with old versions of Java, but can't seem to find a definitive answer. I am using Java 1.4.2 I have a JSplitPane with a tree built with DefaultMutableNodes on the left, and a Map on the right, both within
|
| Mehrere JComboBoxes ? | 22 Feb 2005 21:43 GMT | 1 |
Hallo, ich möchte in einem Feld(?)/JComboBox die Einträge so gestalten, dass quasi nocheinmal eine Verzweigung aufgerufen werden kann. Etwa so wie es bei den Menüs mit dem Submenü ist. Nur ein Menü kann ich nicht auf einen Button oder sowas legen und daher
|