| Thread | Last Post | Replies |
|
| quick question about java/gui | 26 Jun 2006 20:59 GMT | 1 |
Thanks, Is there a website where I can go read/visit old java gui newsgroup questions that have been submitted/answered? Sly
|
| Reporting in GUI format | 26 Jun 2006 16:17 GMT | 2 |
is there any tool that could be integrated in JFC. in visual basic there are amny tools, Crystal Report is one of them. i got one Jasper Report. but is difficult to integrate into JFC frame. if you have any idea then plz reply with possible
|
| Showing text cursor in JTextPane | 26 Jun 2006 03:12 GMT | 6 |
What has to be true for a text cursor to show in a JTextPane? I have a dynamic set of JTextPanes that may or may not have focus. Sometimes when they have focus the text cursor does not display. What do I need to do to force it to display?
|
| setAlwaysOnTop(true) causes another window to be focused | 25 Jun 2006 03:59 GMT | 1 |
I'm trying to show a window everytime a user hovers the mouse over the dropdown list of a JComboBox. This is working fine, except that the shown window should stay always on top (so it won't get covered by the currently active window with the
|
| How to implement JPane that is animating | 24 Jun 2006 12:24 GMT | 2 |
Well I admit - its a homework ;-). I have to animate sth on a JPane, but I don't know how. My current implementation is: to check in paint method whether some defined time interval has passed, if so switch to next "Frame", and in
|
| JComboBox Multiple Selection | 23 Jun 2006 23:09 GMT | 3 |
Client want to JComboBox Multiple Selection how i can modify JComboBox so any one can select multiple items please suggest me. thanks
|
| Tooltip for a rectangleFigure | 23 Jun 2006 19:18 GMT | 6 |
hello this is my problem: i have built a graphic (with pPlot that extends Jpanel) for insert my RectangleFigure. RectangleFigure is an object with some properties(private String
|
| Eclipse and RTF inside box! | 23 Jun 2006 17:43 GMT | 1 |
In eclipse, is it possible to edit RTF files inside a panel clicking the file into the navigator view? I actually found m$ word documents are opened inside a panel, but I am not willing to buy it;
|
| What is the design pattern for GUI menu/toolbar activation | 23 Jun 2006 16:06 GMT | 9 |
So suppose you have a complex frame with multiple panels and depending on the state of specific controls on the panels - you should enable or disable menus and toolbars accordingly. Menus have a workaround in that you could perform logic on 'click' -
|
| Can I use different font-styles within the same TextArea? | 23 Jun 2006 13:17 GMT | 1 |
I just wondered if I can have different colors for the text within the same TextArea. Drawing a string offers the opportunity to use differen colors for the font one draws. I just tried to display some lines of green and some lines of red text within a TextArea and this seems to be
|
| Playing multiple movies one after the other using JMF MediaPlayer (appending movies) | 23 Jun 2006 08:45 GMT | 1 |
Salutations everybody. I need to use a MediaPlayer to play multiple video and / or audio files one after the other. The idea is that the user will select all the video he wants to hear
|
| Table Headers | 22 Jun 2006 19:59 GMT | 1 |
I have a rather silly question but please bear with me for a while. What is the interface(not the mouse listener) i must overide to find out whether a user has clicked a table header. Also is there a way
|
| Image with transparency? | 22 Jun 2006 01:16 GMT | 4 |
Is there a way to create an Image object with transparency? I would like to create an instance of Image, obtain a Graphics context to it and use operations such as fillRect(...) etc to draw onto it, using Color values that have alpha values specified for level of
|
| Application not appearing in the foreground | 21 Jun 2006 05:15 GMT | 1 |
I am facing a problem when my application is not appearing in the foreground when launched. That is, for eg., say I am using Eclipse and I try to launch my application from Eclipse, depending where I place my mouse cursor in
|
| Getting the JFrame which is in front | 20 Jun 2006 19:28 GMT | 8 |
This is a newbie question, so please be kind and loud. I have a swing desktop application with spawns many JFrames. So when I use a JOptionPane to display an alert, it takes the control back to main application frame. Is there way to avoid this. If I pass the
|