| Thread | Last Post | Replies |
|
| changing font and colours for a specific rows based on specific criteria | 20 Jun 2006 17:51 GMT | 2 |
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 JTree | 20 Jun 2006 17:33 GMT | 2 |
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 component | 20 Jun 2006 10:43 GMT | 2 |
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 GMT | 1 |
how could I add backround image to specific cell?
|
| Images in Java Applet not showing | 19 Jun 2006 23:10 GMT | 1 |
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, ...
|
| Tables | 19 Jun 2006 19:11 GMT | 2 |
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 windows | 19 Jun 2006 16:47 GMT | 1 |
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 together | 17 Jun 2006 11:40 GMT | 5 |
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 problem | 16 Jun 2006 23:42 GMT | 2 |
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 Java | 16 Jun 2006 05:16 GMT | 3 |
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 features | 15 Jun 2006 22:45 GMT | 32 |
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, etc | 15 Jun 2006 08:27 GMT | 26 |
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 GMT | 1 |
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 JTable | 14 Jun 2006 18:03 GMT | 1 |
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 invokeLater | 14 Jun 2006 16:22 GMT | 3 |
I have this code below; pos = scrollPane.getVerticalScrollBar().getValue(); jep.setText(first); SwingUtilities.invokeLater(new Runnable(){public void
|