| Thread | Last Post | Replies |
|
| MVC dialog location | 20 Jan 2005 21:53 GMT | 1 |
Just wondering what you views are on where to place certain dialog boxes with a typical MVC setup A View, A Model, A Controllor The model holds the data.
|
| JToolTip always as heavyweight? | 20 Jan 2005 12:32 GMT | 1 |
is there a way to have a JToolTip being created as a heavy weight component by default? The standard behaviour creates a light weight component if the tooltip is completely within my JFrame and a heavyweight component if part of it is
|
| set mouse pointer position? | 19 Jan 2005 01:55 GMT | 1 |
Is there a method to set the mouse pointer position (thus to have the program "move" the mouse position in some way) ??
|
| GridBagLayout: need help! | 18 Jan 2005 23:57 GMT | 2 |
I am trying to build a 1 line JPanel with a mix of Labels and buttons of varying sizes. I was trying to do it with GridBagLayout but it appears that GridBag loses its variable column spanning abilities with a single row. Below is a sample program. If it is run "as is", two ...
|
| method to query the number of events on event-dispatching thread | 18 Jan 2005 23:28 GMT | 1 |
I am trying to correct a few performance issues with my application, which display live market data in JTables. for each update, I use the "invokeLater" method, so create a new Runnable, and append one event to the event-dispatching thread.
|
| Some space between JFrame border and contentPane | 18 Jan 2005 19:05 GMT | 2 |
I use various JPanels in my main JFrame via mainFrame.setContentPane(new ThePanelIWant()); Now I'd like to have some space between the JFrame border and this inner panel. Is there a way to achieve this without changing the JPanels code?
|
| How to bring a JPanel to the front | 18 Jan 2005 15:54 GMT | 1 |
I am making a solitaire game for my parents consisting of 52 Cards (JPanels) in a JFrame. When I press and drag a card around I naturally would like it to be on top or in the front of the rest of the cards. How can I sort of put this in the front/on top of the others?
|
| Changing JPanels in a JSplitPane | 18 Jan 2005 13:43 GMT | 3 |
Hi I'm busy writing a swing application that consists of a JTabbedPane with each tab being a JSplitPane. Each of these JSplitPanes has a bunch of buttons on the left hand side, and pressing a button brings up a JPanel on the right hand side with the appropriate form on it. The ...
|
| loosing focus getcaretposiotion doesn't work | 18 Jan 2005 12:40 GMT | 2 |
I create some JFrame and this class has method witch creat second JFrame, but in second JFrame I have textPane, and each time when i write MyTextPane.getCaretPosiotion it returns 0 also after inserting text to Pane. After creating second window is not active.
|
| swt modal dialog | 18 Jan 2005 11:40 GMT | 2 |
Im trying to do simple thing - create modal swt FontDialog. It works not very well, dialog is modal but it can loose focus when user clicks outside it's rectangle... What I simply want is that "modality" that for example standart eclipse
|
| jdk 1.5 and openGL | 17 Jan 2005 17:11 GMT | 5 |
I tried it and I hed serious problems on hp nx7010 Has anybody successfully used openGL in java SWING app?
|
| Question about SWT | 17 Jan 2005 16:55 GMT | 1 |
Hi, i'm new in the NG. I'm writing a simple application with Eclipse using the Visual Editor plugin. I've created 2 GUIs for my forms. These GUIs have been written with SWT Library.
|
| Problems with setting the text in a JLabel | 16 Jan 2005 10:54 GMT | 2 |
Hey all, I have a gui that is set up using a GridBagLayout. The content pane has nine panels and a JLabel added to it. Each of the nine panels has one JList, two JButtons, and a JLabel, set up in border layout.
|
| JTree root node is demoted, but ... | 15 Jan 2005 19:53 GMT | 1 |
> On 1/14/2005 at 3:18:58 AM, hiwa wrote: > >> I tried it again. |
| Keylistener and tab key | 15 Jan 2005 18:15 GMT | 1 |
I am implementing a KeyListener to listen for key presses. This works ok except does not pick up tab key presses. Does anybody know of a workaround for this problem? I am using Red Hat Linux os by the way (don't know if the problem is
|