| Thread | Last Post | Replies |
|
| Trouble with layout managers and JPanels | 12 Oct 2005 23:56 GMT | 5 |
I'm trying to create my own component, made up with 2 different panels inside one outer panel. Of these two inner panels one is narrow and long, with fixed height. The other one can be stretched in any way. I'd like them to show like this
|
| UI updating issue when several windows are open | 12 Oct 2005 22:10 GMT | 2 |
I have a main application window (JFrame) with a statusbar. I then open another window (JDialog) and perform a network call. Before this call, I send a message to any observers (the statusbar), that a connection is about to be made, and after the call, I send a message about the
|
| Drawing custom JButton with no flicker | 12 Oct 2005 12:20 GMT | 6 |
I'm drawing a custom jbutton by overriding update and paint in the ButtonUI attached to the button. The problem is that every graphic operation I do shows up immediately on the screen, even before the function returns.
|
| Real coordinates on the remote pc. | 12 Oct 2005 12:08 GMT | 3 |
Real coordinates on the remote pc. Sorry about the things last time i had done. Now i really need some help from Andrew or Roedy Green or any other person ( He or she is welcome).
|
| How to set textfield in panel with values entered by a user in dlgbox? | 12 Oct 2005 09:56 GMT | 5 |
I have a textfield, textfield1 in a panel. The user clicks on a button that opens a dialog box and enters values into another textfield, textfield2. The user closes the dialog box. How can I get the value from textfield2 into textfield1?
|
| dragging a transparent JFrame | 12 Oct 2005 08:15 GMT | 2 |
I'm able to get a transparent JFrame using java 1.4+ on Mac OS X. I simply set the JFrame's background to a transparent color. However, with a transparent color (any alpha component less than 255), when I drag within the JFrame (not the titlebar), it drags the entire JFrame
|
| Optimize java layout | 12 Oct 2005 08:06 GMT | 3 |
How can the GUI be optimized ----------------------------------------------------------------------- IT Interview Questions : http://www.geekinterview.com IT Tutorials and Articles : http://www.geekarticles.com
|
| Getting screenshot image into an object | 12 Oct 2005 03:04 GMT | 22 |
Is there anyway that i can take a screenshot and store it directly into an object but not a file. //Get the screen size
|
| Scrollbar not displayed in a JScrollPane in J2SE 1.4.2 | 11 Oct 2005 21:52 GMT | 2 |
My application has a JScrollPane in which a DTree is added to the JScrollpane. Now, when I run the application, the JScrollpane is not displayed properly. I could notice that the CPU utilization is 100%.
|
| JProgressBar not refreshing | 11 Oct 2005 16:10 GMT | 3 |
As many people I have a refresh problem with JProgressBar not refreshing but my problem might be more complex. The refresh code is passed to the correct thread with the swing utilities invokelater method, the compute code is in another thread
|
| jtable add row (without defaultTableModel) | 11 Oct 2005 14:52 GMT | 5 |
Hi, im trying to add a row to my custom Table class the class extends JTable, and based on its contents, I do not believe that it can successfully use the defaultTableModel's addRow function because DefaultTableModel causes my application to crash when trying to
|
| JSplit Pane and another issue | 11 Oct 2005 07:06 GMT | 2 |
I am new to Swing. I've got two problems in the code below javascript: x() banghead 1)for some reason, the whiteboard is showing up as just a tiny sliver
|
| scrollbar question.. | 11 Oct 2005 04:04 GMT | 2 |
how do you get scrollbar to go along w/bottom end of text content in a JTextPane? i.e., if there is a lot of text in JTextPane I can't see text at bottom (beyond height of JTextPane..) I have to scroll down to see where text ends, but I would like scrollbar to 'move' as text is
|
| Deactivate everything? | 10 Oct 2005 16:42 GMT | 1 |
Is there a simple way to deactivate (gray out) the whole interface and then reactivate to the previous state (eg, before full deactivation some menu items were already grayed out)?
|
| How can i convert local client application coordinates to remote screen coordinates | 09 Oct 2005 15:44 GMT | 20 |
I am making one application in which i need to map client application coordinates to remote screen coordinates. My application contains one JScrollPane i had already add
|