| Thread | Last Post | Replies |
|
| Execution problem with jhotdraw | 27 Apr 2006 12:14 GMT | 2 |
Hi this is my problem: I want to execute an application of jhotdraw. Its name is DrawApplication under the package JHotdraw.src.CH.ifa.draw.application. i would like to see its to change some particulars for my project. So i have create in DrawApplication a
|
| MouseListeners | 27 Apr 2006 10:04 GMT | 2 |
I am required to have multiple tables in a tabbed-pane. So I have been using JInternalFrames for each of the table. Now I also wanted to incorporate the drag and drop feature, for which i need to use MouseListeners. But I just learnt that mouseListeners aren't effective
|
| Dialog wizard flickers | 27 Apr 2006 08:54 GMT | 2 |
I have a couple of JDialogs which represent my wizard. I use the follow code to go from the first screen to the second screen. screen1JDialog.setVisible(false); screen2JDialog.setVisible(true);
|
| C++ Backend | 27 Apr 2006 00:48 GMT | 2 |
I am using a Java GUI with a C++ backend. I was curious on the best way to pass command line arguments to the C++ backend. For example, I want to enter a string into the GUI and have the GUI pass this string over a command line to the C++ program which then writes the string to
|
| Calculator applet questions | 26 Apr 2006 19:32 GMT | 1 |
I have a Calculator applet. The code works and I have some questions about the code in public Calc(). Thank you in advance for help me. 1. In IE 6, it displays both the text box and keys. Since I did not use the second argument in pCalc.add(), it should display the keys only
|
| OpenOfficeDocument in java | 26 Apr 2006 13:53 GMT | 2 |
How to create a Word document or openoffice document and show it in a JFrame/Window.Is it possible to show an MS-Excell kind of document in a JFrame/Window.Is it possible fully without writing any code in c++. Thanks in advance
|
| switching of showing 2 panels | 26 Apr 2006 13:44 GMT | 2 |
Hi. My game has a menu panel with passive rendering (swing) and animation panel with active rendering. I want to be able switch between 2 of them, so only one is shown at the time. For example, when I click start game in menu panel then menu panel should hide and animation panel
|
| fillArc() and drawArc() seem not to match bounds | 25 Apr 2006 19:27 GMT | 1 |
Below is a full, short code example. I purposely used angles of 90 and 180, which seemed like the simplest case. There seems to be a one pixel discrepancy between the fill and the drawn line that extends roughly through the lower right quadrant.
|
| i want open new frame | 25 Apr 2006 14:32 GMT | 2 |
hi for all i want when click button in the frame open new frame and still the first frame is open?? how make this please tell me
|
| custom painting in swing | 25 Apr 2006 14:03 GMT | 2 |
I'm making a game and I'm stuck on menu with interactive components. I need for user to can input some data in menu, like in JTextField. I have a JFrame that has my JPanel where I overriden paintComponent()... I add textfields to JPanel and make them visible when needed. Woks
|
| Eclipse plugin development | 25 Apr 2006 08:35 GMT | 8 |
unfortunatelly, I didn't found any eclipse news group... so I post here. 1. Is it possible to develop an Eclipse plugin that use Swing components ? (Is it a good idea ?) 2. Is it easy to re-use some parts of a Java application in an Eclipse
|
| Another instance of same window. | 24 Apr 2006 22:27 GMT | 2 |
i have an application in which after selecting an item from JMenuBar another window is opened.Again selecting the same option the window is opened once again. I want that once a particular window is opened another instance of same
|
| Another instance of same window. | 24 Apr 2006 19:36 GMT | 2 |
i have an application in which after selecting an item from JMenuBar another window is opened.Again selecting the same option the window is opened once again. I want that once a particular window is opened another instance of same
|
| EDT: advanced question regarding what's legal/not | 24 Apr 2006 18:59 GMT | 8 |
Hello; I'm familiar with the restrictions on threading in Swing. I have what I hope is simply a semantic question, but I'll ask it anyway. The Swing authorities recommend strongly that both Swing components
|
| java 1.5 Swing colors different? | 24 Apr 2006 18:24 GMT | 3 |
It seems like swing with 1.5 uses might lighter colors. A lot of the grays now look white. Anyone else notice this? Any easy way to get those colors back?
|