Eclipse « GUI « Java Swing Q&A





1. Netbeans/Eclipse extracting GUI code    stackoverflow.com

Is there a plugin that would allow me to design the GUI in eclipse or netbeans and then extract the source code to be used in another environment? I am much more ...

2. What method should I use for making my java GUI?    stackoverflow.com

I'm making a AWT GUI for a simulation game. I have only been working with java for 2 years, and so have limited experience with building more complex GUIs. I have done ...

3. Trying to combine code    stackoverflow.com

The first code below works and consists of a add customer GUI. The code below it I copied from another GUI I created, but was having some issues with. ...

4. Problems with GUI working properly    stackoverflow.com

Message for Riaan, I'm getting the same results. Here is the top where I added the array list:

import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.util.*;
import java.io.*;
import java.util.List;

public class FVolume extends JFrame implements ActionListener{
    ...

5. I forget to stop a gui program and run it again. Now I can't close the first program without killing eclipse    stackoverflow.com

I am working on a simple GUI app that just draws some graphics on a canvas. The environment is Vista 64. When I run the program, the Windows resize and minimize ...

6. Eclipse support for GUI designing    coderanch.com

7. Eclipse M8 and VE    coderanch.com

8. Eclipse RCP    coderanch.com

I've got a GUI project that I need to start on pretty soon. I am debating on whether or not to use Eclipse RCP for the project. While I feel it would be perfect for this project, I am concerned about the lack of documentation and the time spent trying to find an answer to something that is rather obvious to ...

9. Swing in eclipse    coderanch.com

I have used Borland's JBuilder to design complex GUIs and like it very much. You can just drop the components on the screen and modify its layout and other properties by double-clicking on them. It gives you an idea how your screen will look at runtime and saves a lot of time. You can change the layout and positioning by clicking ...





10. Swing Vs Eclipse RCP    coderanch.com

Has anyone done any benchmarking of the above? I can't find anything via Google; lots of passionate views but no numbers. I'm particularly interested to hear if anyone has compared table performance. I'd guess Swing, being non-native, would be slower but then the indirection you presumably get through a JFace TableViewer might counter that. Any thoughts?

11. eclipse + swing?    coderanch.com

12. Eclipse's AbstractTextEditor - making links "alive"    coderanch.com

Hi All I have a basic class i've written extending AbstractTextEditor. I use it only to display text files, not to edit them. I want that when the text contains links (or paths like /usr/bin/mydir) - they will be clickable and i can control what happens when user clicks on them. If they can be drawn in another color, it's even ...

13. Not able launch my GUI's from Eclipse    coderanch.com

Hi All, As of now, i was able to open GUI's(of local server) from Eclipse. But recently the server has been upgraded to latest version, then onwards i was not able launch any GUI's from eclipse.We use CORBA,visibroker as well in our project and it seems some CORBA related jars also upgraded to new with the latest version. But i dnt ...

14. Eclipse or Netbeans using Swing?    coderanch.com

15. Swing VS Eclipse RCP    coderanch.com

16. Help for Obfuscate4e to my Eclipse Rcp?    coderanch.com

Hi all, I use obfuscate4e(proguard) to obfuscate my eclipse rcp (jpa, hibernate, mysql), but get error just like below: Hibernate Annotations 3.4.0.GA Hibernate 3.3.2.GA hibernate.properties not found Bytecode provider name : javassist using JDK 1.4 java.sql.Timestamp handling Hibernate Commons Annotations 3.1.0.GA Hibernate EntityManager 3.4.0.GA Look up for persistence unit: fms trying to resolve system-id [http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd] recognized EJB3 ORM namespace; attempting to ...





17. Eclipse    coderanch.com

I am wanting to know how to Build a GUI without litrally dragging and dropping components onto a Frame. I work with Developers but dont actually develop and have started with Java rather than C , but In C (which is what my colleages use), I noticed the Developers have a XAML page that they work with to create their "screens ...

18. Eclipse vs NetBean    coderanch.com

Hello Javaranchers. I can use the WYSIWYG editor inside the NetBean IDE, to position and move all the AWT controls, by switching between source and design mode; well, it seems that the Eclipse IDE does not have this feature, does it ? How do you work with Eclipse when you have to build a complex form with all sorts of widget ...

19. Eclipse RCP Integration    coderanch.com

Hi All, I am very new to working with Eclipse Plugins. My requirement is that I have two projects one developed using Eclipse RCP Plugin (basically it is an eclipse application) and the other one is usual java swing application. I have to integrate both the applications now (ie) I need to call the java swing application from Eclipse RCP Plugin. ...

20. eclipse rcp problem    coderanch.com

Thank you Lance Colton. Actually I have resolve that error right now but I having this error please resolve, if its possible. I have the source code of aptana 2.0.5. There is no error inside but when i have launch the application Its displaying me following Exception. I already have followed the instruction of following link : http://docs.aptana.com/dev/index.php/Connecting_to_Source_Control#D... eclipse.buildId=unknown java.version=1.6.0_22 java.vendor=Sun ...

21. GUI from eclipse/WindowsBuilder not WYSIWYG    coderanch.com

Here is a sample code: In the designer everything is aligned and looks nice. When I run it, the textFieldInitial is not aligned with the textFieldBounday. The line border of timeOptions overlaps the textfields contained within it. Main Class import javax.swing.JFrame; public class SwingTester { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub ...

22. create gui using eclipse    java-forums.org

Hi, i just tried to install the visual editor for my eclipse galileo version, i want to create a gui application using eclipse. i have never created a gui in eclipse. But i have done this in netbeans. While i was searching the net for better tool i found this visual editor, i downloaded the zip file i tried to install ...

23. How to use GUI with eclipse    java-forums.org

Hi Ghost 88, If you are looking for how to design and automaticaly generate GUI with Eclipse, I suggest you use Visual Editor for Eclipse. Notice that it works only in Eclipse 3.2 version. To work, VE requires EMF and GEF plugins. It allow you to design Swing, SWT ans AWT UIs. all this plugins are available at this address: download.eclipse.org/tools/ve/downloads/drops/R-1.2-200606280938/index.html. ...

24. BattleShip Helm Needed with GUI    java-forums.org

I am having some trouble with my battleship program. What I have trouble with is, you see the timer and the # of guesses? It needs to be exactly in the middle of that box. I created a BorderLayout and I put it in the center. So I guess since there is no North, it just put it in the centre ...

25. How to get the GUI Help for Swings?    java-forums.org

26. Turn GUI Into Use-Able Program    java-forums.org

Turn GUI Into Use-Able Program I used JFormDesigner to create a GUI, and now I need to find out how I can export it so that it's a use-able program. Here's the code (not sure if you'll need it): Java Code: import java.awt.*; import java.awt.event.*; import javax.swing.*; /* * Created by JFormDesigner on Wed Jun 15 20:34:16 EDT 2011 ...

27. GUIs in RCP    java-forums.org

28. Eclipse GUI    java-forums.org

29. Help with GUI and Eclipse    java-forums.org

First of all Hi, I'm new to this forum and got some problems programming a small game (like the german "Moorhuhn"). For this I use Eclipse, but I got a problem painting the Moorhuhn image in the frame. Sourcecodes: Class Moorhuhn Java Code: import java.awt.*; import javax.swing.*; public class Moorhuhn { private int x = 0; private int y = (int) ...

30. NetBeans GUI into Eclipse?    java-forums.org

Hi I have been studying Java for a few months and have been using eclipse to write my code. I started using netbeans for the GUI bits because it is just way handier. My questions is, is there a way to import my netbeans gui classes into eclipse and write the rest of my code in eclipse? Edit: Or is there ...

31. Netbeans and eclipse bug, also best gui developer?    java-forums.org

Hey guys, So i'm a novice programmer and i am having trouble getting a java developent environment to run the way i want in linux. I dont like how eclipse has appeared to be so far because in order to write code in a non text (blalck and white) way you have to double click the .java file which opens up ...