| Thread | Last Post | Replies |
|
| How to load test applets | 07 Mar 2005 10:24 GMT | 2 |
I have an application which is only one applet. But lot of business logic is involved in behind every action in the applet. If anybody knows any tool/scripting languages, to do this let me know. Thanks
|
| Quick question regarding container.remove(component); | 07 Mar 2005 09:56 GMT | 2 |
I am using a method call along the lines of container.remove(container.getComponent(1)); I was just wondering - is the removed component sent to the garbage collector or do i need to set it to null manually? - I don't really want
|
| Two Questions | 07 Mar 2005 08:37 GMT | 14 |
Just a beginner here, so take it easy, please: 1) I have a small application that has a lot of data. The GUI got quite large so I decided to break it up into pages (5 in total). I set up a JFrame and embedded 6 JLayeredPanes, one for each of the pages and
|
| Dynamic Image movement. | 07 Mar 2005 08:11 GMT | 1 |
At present Iam working in an application in which the GUI has to show the network of computers attached(like the computer images attached together by lines). Will you please suggest me some algorithms(if available)that can load the
|
| how to dispaly tooltip for a swing component on events other then mouse rollover | 07 Mar 2005 05:28 GMT | 8 |
I want to know how we can programmatically display the the tooltip for a swing components on focusgain event(for example when a textfield gains focus the tooltip must appear)
|
| GDI+ in a Web Page | 07 Mar 2005 01:34 GMT | 1 |
Hello to all. I am in need of expert advice regarding a programming project I am facing. I need to build a web based drawing tool that gives me the ability to draw shapes, images, text, etc. based on (server side) data
|
| How do I (word) wrap the label text for a JRadioButton? | 06 Mar 2005 23:45 GMT | 4 |
It appears that the Swing API does not support word wrapping label text in JRadioButton objects. If this is the case, has anyone come up with a work-around to wrap the label text? I've thought about maybe leaving the label blank for the radio button
|
| Best approach for OO Swing components..? | 06 Mar 2005 22:44 GMT | 1 |
I hope some can answer my 2 questions. Question: 1. ------------ I'm in a dilemma to choose the best approach concerns about in a
|
| How to best handle events with container/components | 06 Mar 2005 22:39 GMT | 3 |
let's say i want to do a software with a JMainFrame, and 2 JInternalFrame inside: - the first internal frame contains list names - the second internal frame contains the files associated with the
|
| Alpha colours using 1.1 AWT JDK? | 06 Mar 2005 18:19 GMT | 4 |
I think then answer is going to be no to this but.. Is there any way I can fill an area using alpha blending as in the newer versions of the JDK (1.2+) using just the 1.1 JDK? I have to paint some graph lines, and filling with a transparent colour
|
| how to pass a Frame as parameter to another class? | 06 Mar 2005 09:33 GMT | 1 |
I must pass, as parameter, a Frame definited by a class to an instance of another one, in order to insert in the Frame Panel, Label and other Component. How must I do? I tried this:
|
| Help: Input Dialog Box | 06 Mar 2005 00:20 GMT | 7 |
I need help and suggestions on how to modify the below program to get two numbers from user input using a input dialog box. B/c I'm a total newbie with next to no programming experience, I'm not sure where to insert the additional code. I'm using Forte for Java 3.0 CE. The below ...
|
| simple cad-like gui | 05 Mar 2005 11:22 GMT | 2 |
I want to create a simple gui which lets me design diagrams. I want to create graph-like diagrams with icons or simple graphical objects as the nodes, some connected by lines. As a starter I want to have a canvas-like area where I can place objects which can be dragged around
|
| HOWTO add text on Image created using JLabel | 05 Mar 2005 05:30 GMT | 3 |
I am loading a gif image file in JPanel using JLabel() Something like this, ... JLabel image = new JLabel(new ImageIcon("myimage.gif"));
|
| GUI in Netbeans | 04 Mar 2005 21:01 GMT | 1 |
hi friends, i m using netbeans4.0. and i want to set one splash image just after executing my code. but i have two problem. One is i want to display that frame in the middle
|