| Thread | Last Post | Replies |
|
| Swing application getting affected by screen resolution | 31 Aug 2007 15:53 GMT | 7 |
Kindly give me some input on how to make sure that Swing applications adjusts the placememnt of screen elements as the monitor resoulution changes, so that the UI will not become obscure. Thanks in advance
|
| cad source | 29 Aug 2007 12:59 GMT | 1 |
Does anyone know of an open source package of some sort that would allow me to import a CAD package into into my current java app for drawing models? I'd like to add a stage to my application that would allow me to
|
| JPopUpMenu when right-clicking JMenuItem | 28 Aug 2007 17:03 GMT | 3 |
i have a problem in JPopupMenu that's supposed to appear when the user right click on a menuItem like Favorites in Internet explorer. i've searched alot but always i see the problem but with no solution can any one Help me
|
| where to set JTable's column identifier | 28 Aug 2007 16:09 GMT | 2 |
Hi, All, I've searched through the forum but no closely relevant topics that seems close to my question. I tried to set an identifier for each column of my JTable, using the
|
| Text of JTree | 27 Aug 2007 12:09 GMT | 2 |
I'm new in programming with java and so my question is very simple. I have created a JTree containing a certain object, but I want that the displayed text was different. My code is the following, it doesn't chance the text but I don't know
|
| Where to catch Tab-Event | 27 Aug 2007 07:17 GMT | 2 |
with normal key event listening I can't catch a key press from the tab key because the Frame-component absorbs it. (I've been told so in the German java group) Now I wonder where
|
| JButton.setMargin broken | 27 Aug 2007 03:12 GMT | 6 |
It seems that Swing ignores JButton.setMargin. Is that your finding? Is this a bug or is there some excuse for it? Here is my workaround - using a compound border to get the margin. public class JEButton extends JButton {
|
| JColourChooser | 26 Aug 2007 12:23 GMT | 3 |
I have posted the code for a mockup (actually about 80% there) for a replacement for Sun's JColorChooser. All the widgets generate propagating events. I originally intended this merely as a student project, but I ended up
|
| which GUI library to use?? | 23 Aug 2007 07:53 GMT | 6 |
What would be the best cross-platform GUI library to use for a vector based CAD program ( something like Visio on Windows ) WxWidgets, Tk, PyQt, Java Swing, Java SWT,???? I need the capibility to draw and edit in a window that looks like a page of paper so WYSIWYG
|
| menu accelerator | 21 Aug 2007 15:05 GMT | 4 |
I use netbeans. In "Build" menu there is an action named "Stop Build/Run". I assign to this JMenuItem the accelerator "Escape". In "Build" menu there is an action named "Build Main Project".
|
| GCJ and swing | 21 Aug 2007 08:06 GMT | 3 |
Will GCJ support Java Swing ?If not is there any other native compilation( free tool, please) tool available under linux? Thanks in advance. Wills.
|
| default button in JDialog | 19 Aug 2007 21:46 GMT | 1 |
How can I activate a JButton when I press ENTER in a JDialog?
|
| Great SWT Program | 19 Aug 2007 15:21 GMT | 7 |
Today I have downloaded a SWT Software which is great to its features. You can learn many GUI details out of it. The basic functionality is it lists IP Addresses of the
|
| JSplitPane divider component and JPopupMenu panel | 17 Aug 2007 21:27 GMT | 3 |
I have two questions: 1. Is it possible to use the JSplitPane's divider as a divider between components with custom behavior (or doing nothing, not movable, or at least only into one direction)?
|
| How to draw a 1-bit or 4-bit Bitmap in java | 16 Aug 2007 22:20 GMT | 1 |
I wanted an application to draw all kind of Images selected by the user Java supports rest of the file types ..such as gif , jpg For BMP I found one source from
|