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 / June 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
changing font and colours for a specific rows based on specific criteria20 Jun 2006 17:51 GMT2
I am trying to change the colour of a row depending on a value of one
cell of that row, so if i see a cell that matches the criteria, i would
want that entire row coloured red.
i wrote my own TableCellRanderer for that to check for matching
alternative row colors in JTree20 Jun 2006 17:33 GMT2
How would I alternate the background color of each row in a JTree?  I'd
like to
make my tree look a little like accounting paper, one row white, then
the next
sliding component20 Jun 2006 10:43 GMT2
Yes I do want one.  I have a tiny app launched from an applet that has
a login widget in BorderLayout.NORTH, when the user has logged on they
won't need the widget again so I want to slide it out to give feedback
that it has intentionally been removed.
add backround image in cells (JTable)20 Jun 2006 05:00 GMT1
how could I add backround image to specific cell?
Images in Java Applet not showing19 Jun 2006 23:10 GMT1
I am working on a collaborative whiteboard application. So I have this piece
of code which is supposed to be using 2 jar files. I have been told that the
jar files (whiteboard.jar and collab.jar) work fine. However when the
whiteboard is displayed then the images of the icons (New, ...
Tables19 Jun 2006 19:11 GMT2
             I noticed that in the JTable api they have the below method
setDefaultRenderer(Class columnClass, TableCellRenderer renderer)
My question is basically what do i put in for the first argument for the
above method. I don't really understand the purpose of that first
running java gui on linux and windows19 Jun 2006 16:47 GMT1
i have a small code, and run on both linux and windows machine.
import javax.swing.*;
import java.awt.*;
public class ArdalanResim extends JFrame
How to lock 3 JSliders together17 Jun 2006 11:40 GMT5
I have 3 JSliders and I want the option of locking their movement
together. I use
a checkbox labeled "Lock Sliders" to determine whether the sliders
should be locked or not.
Paint and copy problem16 Jun 2006 23:42 GMT2
Hey people,
I have a small problem with some paint and replaceing.
What I try to do:
I draw 1 line at the most right of a panel
Tables In Java16 Jun 2006 05:16 GMT3
I was wondering if someone can help me out here please. I am creating a
JTable and displaying it in a window but it gives me Array Out Of
Bounds Exception. The code is as follows
Object[][] data = {
Swing uses bad features15 Jun 2006 22:45 GMT32
Is it just me, or does Swing do things in a bad way?
For example, if I subclass a Swing class, that superclass's
constructor will be executed as the implicit first statement
in my constructor. This is as all Java constructors work.
Layout problem driving me insane - panels, resizing, etc15 Jun 2006 08:27 GMT26
OK, so I'd like to think I understand enough about all the different
layout managers (and have gotten each of them to work, on its own), but
trying to actually get them to do what I want for my "real" application
is proving to be an exercise in frustration.
Where can we buy the best Java GUI software?15 Jun 2006 05:15 GMT1
We have bought JIDE. But I think it do little help to us. Because it is
packaged with jar files, but not source codes. Therefore I cannot
customize painting styles of inner components.
I noticed that there is syncfusion software, which is very beautiful
programmatically start editing a cell in a JTable14 Jun 2006 18:03 GMT1
hello- so I have a simple JTable,
and one of the cells is a standard, default text cell (JTextField/
JLabel, i think)
I have a button, and when you click on it it adds a new row to the
setText and invokeLater14 Jun 2006 16:22 GMT3
I have this code below;
 pos = scrollPane.getVerticalScrollBar().getValue();
 jep.setText(first);
 SwingUtilities.invokeLater(new Runnable(){public void
Pages: 1 2 3 4 5 6 7 May, 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.