Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / May 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Get track size/location from JScrollBar23 May 2006 10:56 GMT4
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 cell23 May 2006 10:13 GMT6
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 nodes23 May 2006 09:48 GMT10
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()method23 May 2006 09:24 GMT2
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 Pane23 May 2006 07:22 GMT1
Folks i have a simple program
mport java.awt.*;
import java.awt.event.*;
import javax.swing.*;
JPopupMenu JMenuItem's are not firing their actions22 May 2006 23:12 GMT3
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 border22 May 2006 19:18 GMT3
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 GMT6
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 usage22 May 2006 11:37 GMT3
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 GMT8
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 Globally21 May 2006 12:22 GMT6
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 GMT1
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 Header20 May 2006 00:41 GMT2
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.019 May 2006 13:33 GMT1
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.418 May 2006 22:55 GMT11
   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
Pages: 1 2 3 4 5 6 7 8 April, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.