| Thread | Last Post | Replies |
|
| Get track size/location from JScrollBar | 23 May 2006 10:56 GMT | 4 |
I am in need of retrieving the track size of a vertical JScrollBar, in particular its height. Also, I would need to get hold on where the track starts within the scrollbar, I guess this could be calculated by
|
| Programmatically selecting table cell | 23 May 2006 10:13 GMT | 6 |
In order to programmatically select a table row, we call add(or set)RowSelectionInterval(i, i) and for column selection we call add(or set)ColumnSelectionInterval(i, i).
|
| tooltips for Jtree nodes | 23 May 2006 09:48 GMT | 10 |
I have a JTree with a custom Node class. The jtree represents an LDAP structure so container nodes can contain varying numbers of children. I want to show the children count in a tooltip and I found code online that shows how to do this however I thought it was supposed to
|
| how to call paint(Graphics g) method from observer's class update()method | 23 May 2006 09:24 GMT | 2 |
i had an Observer's class which has public void update(Observable t, Object o) method and it had to call paint() method of Graphics with parameter Object o plz suggest me.
|
| Exception in thread "main" java.lang.OutOfMemoryError: Java heap space JEditor Pane | 23 May 2006 07:22 GMT | 1 |
Folks i have a simple program mport java.awt.*; import java.awt.event.*; import javax.swing.*;
|
| JPopupMenu JMenuItem's are not firing their actions | 22 May 2006 23:12 GMT | 3 |
I have a JPopupMenu that is not part of a JMenuBar, it is brought up next to a button in the JFrame when pushed. Using a MouseListener, the button show()s the JPopupMenu when the button is pressed, and the JPopupMenu disappears when the button is released. The mouse can be
|
| JTable border | 22 May 2006 19:18 GMT | 3 |
When I set the border of a JTable, for example to new LineBorder(Color.RED), the border seems to go around the cells of the table body, not including the column headers. This isn't the effect
|
| Starting Swing GUI without extra console window? | 22 May 2006 14:58 GMT | 6 |
Perhaps this is a stupid question. If you use the usual way to start a Swing GUI public static void main(String[] args) { invokeLater(new Runnable() {
|
| TableViewer usage | 22 May 2006 11:37 GMT | 3 |
I'm a bit new with SWT/JFace and I am having problems displaying table - I would appreciate if someone could help me out. As mentioned, I'm trying to use TableLayout to display table data: Group group=new Group(this,SWT.SHADOW_ETCHED_IN);
|
| setVisible on a JWindow steals focus from other apps? | 22 May 2006 09:32 GMT | 8 |
Hey all. I need to popup a window without the user necessarily noticing it immediately. I'm using a technique involving a JWindow that starts mostly offscreen and slides in to reveal information. The problem is that when I surface the JWindow with setVisible(true),
|
| Change Fontsizes Globally | 21 May 2006 12:22 GMT | 6 |
is there a way to change all fontsizes within a Java Swing Application. Something like UIManager.setGlobalFontsize(+3) ; // +3 means that all default fonts are increased in size by 3 ? Greets
|
| Buttons onto JTabbedPane? | 20 May 2006 08:14 GMT | 1 |
I am trying to make JTabbedPane as what IDEs have; a tabbed panel with buttons I mean I try to make JTabbedPane as [Button] [Tab 1] [Tab 2] ... [Tab x] [Button]
|
| ComboBox in JTable Header | 20 May 2006 00:41 GMT | 2 |
I need to put a JCoboBox into on of the JTable's columns header. Can anyone point me to a sample? I can't find any. Thanks, Alex
|
| GUI designer in netBeans 5.0 | 19 May 2006 13:33 GMT | 1 |
I was super excited at the look and feel of the forms while creating and previewing them in the netBeans form designer because it looked just like windows. but when I ran the app the form's look and feel was very different (javaish that is). can anyone tell me... is there a way
|
| Dialog owner issue with Mac OS X 10.4 | 18 May 2006 22:55 GMT | 11 |
I am trying this sample applet on 2 different Mac OS X's 1) Mac OS X 10.3.9 Safari 1.3.2 (v312.6) JVM - 1.4.2_09
|