| Thread | Last Post | Replies |
|
| setLocation does not work | 07 Nov 2005 20:00 GMT | 1 |
Please compile the following code with Javac. Look at the objects in your browser and you will see that they dont move. Why? What can I do to reposition these objects?
|
| Update-able Graph in Web Application | 07 Nov 2005 14:00 GMT | 1 |
What is a good third party control (preferably open source) that works in a browser (IE to start) and creates a graph that the User can interact with? We would like to create a Bar graph that the User can click on the top of the Bar, and drag it up or down. I have started
|
| mozilla style sidebar | 07 Nov 2005 11:59 GMT | 2 |
G'Day All, Would like to build a mozilla style sidebar for a java application. However, before going off and reinventing the wheel, thought there may be one in existance already. Google searching has not turned any up
|
| Unwanted lines in selected JTable row | 05 Nov 2005 15:41 GMT | 1 |
I have a JTable with 3 columns in it. I have turned off display of vertical lines. However, when a row is selected, there are thin white lines displayed on the boundary of each column. They are only visible when the row is selected. How do I get rid of those lines? I am using ...
|
| DocumentListener is too slow | 05 Nov 2005 11:16 GMT | 7 |
I'm trying to enter information into some form objects where I store my data but this is kind of slow what I have. The problem is that when a user types information into my Swing form, everything listed in my changedUpdate() method (below) gets executed for each character typed.
|
| newbie JSP question | 04 Nov 2005 19:56 GMT | 3 |
this may seem like a stupid question, but i cant figure it out... i have a simple JSP, in which I want to call a static method in another class, but tomcat says it can't find the other class. The class I want to call is no within a package, it is in the same directory as the jsp
|
| Getting my first custom JList to work | 04 Nov 2005 19:37 GMT | 2 |
I am trying to get a JList to display each item as a JPanel consisting of three JLabels arranged in a GridLayout of 1 row and 3 columns. I have created a class that encapsulates each cell (and inherits JPanel) and have copied DefaultListCellRenderer to a new class ...
|
| Using JProgressBar to show file upload progress | 04 Nov 2005 10:49 GMT | 13 |
Hello all. I'm building a small FTP file upload applet. This is just a very basic applet that allows a user to drag and drop files into a JTextArea component, then they click a button and it takes the files one by one and uploads them via FTP. I have all of this working, but
|
| Is Swings faster than AWT Components. | 04 Nov 2005 10:19 GMT | 1 |
I am new to Swing applications. I came to know that Swing applications are faster than applications with AWT components. But, I couldn't know the exact reason for this fact. If it is vice versa, plz give me reasons for that also. I badly need this. This is the one which is
|
| JAVA SOFTWARE DEVELOPER | 04 Nov 2005 09:58 GMT | 11 |
JAVA SOFTWARE DEVELOPER AVA SOFTWARE DEVELOPER Location: TORONTO, ON Salary: 70K to 90K
|
| MenuItem with icon when selected | 03 Nov 2005 18:11 GMT | 5 |
I am making a Menu with two MenuItems. Format Square Circle
|
| SWT: floating composites | 03 Nov 2005 15:53 GMT | 1 |
I should create something which looks like ms access query editor or enterprise manager query editor so i need composites to be moveable in a shell. Above all, does anyone know a about an existing (possibly opensource)
|
| problem with multiple internal frames for drawing different graphs | 03 Nov 2005 13:29 GMT | 6 |
I want to use the same code to draw graphs just with different input so I have the following code: showgraph sg1 = new showgraph("AAAA",tp,x[n], y[n]); showgraph sg2 = new showgraph("BBBBB",tp,x[n+1], y[n+1]);
|
| panel-color question.. | 03 Nov 2005 06:02 GMT | 11 |
pls see.. http://www.francesdelrio.com/panel.jpg this is really weird, I was on 1.5, reverted back to 1.4.2. now my grays here are screwed up... I want all grays to be that light gray in border
|
| JMF screen capture | 03 Nov 2005 05:37 GMT | 7 |
Hey guys, While trying to create a screenshot from a JMF MediaPlayer, I ran into the following problem: If the Player has been started once, even if it's stopped later, any screenshots taken from it show just a black
|