Plugin « Development « Java Swing Q&A





1. How to get the selected node in the package explorer from an Eclipse plugin    stackoverflow.com

I'm writing an Eclipse command plugin and want to retrieve the currently selected node in the package explorer view. I want to be able to get the absolute filepath, where the ...

2. what eclipse GUI builder plugin do you suggest    stackoverflow.com

i'm trying to create a user interface in java? what ui builder do you suggest for me to use? Thanks.

3. Plugin support for a Java swing App (like Eclipse)    stackoverflow.com

I need to add Plugin support to a Java Swing App (like in Eclipse). The Plugin should have the ability to add new Menu items and tab components to the swing app. I ...

4. How to develop Eclipse GUI plugins    stackoverflow.com

I want to develop a GUI plugin inside Eclipse such that I can expose a set of tasks and the user can drag-drop the tasks in the editor canvas and create ...

5. What plugin it is better to use for build swing interface using Eclipse?    stackoverflow.com

What plugin it is better to use for build swing interface using Eclipse?

6. How to decorate InputDialog in eclipse    stackoverflow.com

How do I extend a simple InputDialog in an eclipse plugin to put additional checkboxes, radio buttons, etc?

7. Searching for tips on a good SWING-GUI plugin for Eclipse with low learningcurve    stackoverflow.com

My requirements are: Easy to understand, free/good price, low learningcurve. So far I've heard of Matisse4MyEclipse, but that costs and I'm not familiar with "myEclipse" at all. Others have tipped about ...

8. WindowBuilderPro V/S Matisse4MyEclipse    stackoverflow.com

Any comments on which of these GUI development plugins is better. I have tried out Matisse on NetBeans, and I did like it. Is WindowBuilderPro (which I have not ...

9. Swing plugin visual swing class    stackoverflow.com

I am trying to do a demo Swing application. So Where can i find help or tutorial for 'visual swing class' eclipse plugin? Thanks





10. Swing GUI Control Plugin for Eclipse    stackoverflow.com

I developed a small application in Java using Eclipse IDE. Now i want to make UI for that application. Since i don't have much command over JAVA so i am looking ...

11. Programming a GUI with Eclipse Plugin Jigloo    stackoverflow.com

Testing a GUI with the Run Button, there is an Error:

java.lang.ClassNotFoundException: com.jgoodies.looks.plastic.Plastic3DLookAndFeel
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at javax.swing.SwingUtilities.loadSystemClass(Unknown Source)
at javax.swing.UIManager.setLookAndFeel(Unknown ...

12. Plugin in Java for Monitoring VIrtual machines running on Libvirt    stackoverflow.com

I need a plugin to monitor the following:

  1. CPU, network and disk statistics
  2. Virtual machines CPU based on libvirt
  3. Generate graphs for both above options
  4. Open remote connection to other machines and do ...

13. What are my options for developing a GUI in JAVA (in Eclipse)?    stackoverflow.com

I'm looking to develop a simple GUI to use as a front end to my program. It will consist of several different text boxes, labels etc - nothing to fancy! Since it's ...

14. Eclipse Plugin using wxwidgets?    stackoverflow.com

I have an existing wxwidgets application. Now I need to make this application as a Eclipse plugin. How do I do this? Using wx4j(Java binding to wxwidgets) we have the wxapp class with ...

15. NetBeans plugin for a GUI googletest    forums.netbeans.org

16. Porting a netbeans gui to an eclipse plugin    forums.netbeans.org

I made a GUI with netbeans because it is so much better than eclipse and now I need to port it to eclipse as a plugin. I have researched everywhere and can't figure out how to do it. Any suggestions?





17. adding PlugIns    coderanch.com

18. How about plug-in?    coderanch.com

19. Where is the Plugin Console?    coderanch.com

20. how to plugin a mp3 decoder    coderanch.com

21. Sun's plug-in(J2sdk1.4.1) for IE5.5    coderanch.com

22. Calling all Eclipse plug-in gurus....!    coderanch.com

25. org.eclipse.ui.plugin    coderanch.com

Hi, Which .jar file do I need to reference to load org.eclipse.ui.plugin? Also, for future reference when I get errors in Eclipse to due to reference problems how do I figure which .jar file I need to reference to remove the errors? The Java doc on the package does not tell me. Thanks!

26. Eclipse plug-in RCP failing while exporting    coderanch.com

Hello there, I have a project which is running well inside Eclipse, but as soon as I am exporting it to a directory outside of Eclipse it says: 1. ERROR in D:\eclipse3.1WTP0.7Sysdeo31b\xyz.java (at line 25) import org.eclipse.ui.forms.FormColors; ^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.forms cannot be resolved I am importing this class in a jar to the project. I have tried to signalise this ...

27. Plugin for eclipse    coderanch.com

I have tried jbuilder and I find it very interesting in fact I can connect as an example a table of name jdbtable to a database in way of the all visual, hour I asked myself if some plugin for eclipse similar to tool the offers from jbuilder exists, for connect swing/swt to database in visual mode. Thanks!

29. GUI Plugin for Eclipse?    coderanch.com

30. Eclipse Plugin    coderanch.com

31. Macro recorder plugin/support/api for Swing application?    coderanch.com

Hello all I have been tasked with designing a macro recorder for our existing Swing application so that users can record their input to playback thus eliminating repetitive data entry. I have searched extensively, ie. sourceforge, java.forums, etc. and have found no plugin macro recorder. Does anyone know of one? If not, can anyone suggest an approach? We are using JDK ...

32. problems with plugin    coderanch.com

I`m trying to lunch an RCP application (I`m following this tutorial: http://www.vogella.de/articles/EclipseJFaceTable/article.html#labelprovider) but I got the following error: !SESSION 2008-09-19 16:21:16.995 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Framework arguments: -application Woden.application Command-line arguments: -application Woden.application -data C:\WORKSPACE/../runtime-Woden.application -dev file:C:/WORKSPACE/.metadata/.plugins/org.eclipse.pde.core/Woden.application/dev.properties -os win32 -ws win32 -arch x86 This is a continuation of log file C:\runtime-Woden.application\.metadata\.bak_0.log Created Time: ...

33. Eclipse Plugin Development-Creating a Wizard Page with dynamic components    coderanch.com

Welcome to JavaRanch. You can add and remove Components from other GUI components at any time with the add and remove methods. Just be careful about Layouts, because the whole thing may change shape when you do so. You can also keep Frames or Dialogs which become visible(true) or visible(false) as required. Does that help you? [ July 10, 2008: Message ...

34. GUI builder plugin    coderanch.com

Hello again. I would like to ask if anyone could recommend a either a GUI Builder plugin for Eclipse or another development environment for Swing applications. As I have to use JDK 1.4 I need one which will work with this. I have been trying Jigloo but it is giving me problems. Thanks

35. how to plugin custom modules in Swing    coderanch.com

Hi, I am implementing a Swing Application. The system should allow the users to attach custom modules to the application. The custom modules will be developed by third party and will be developed in Swing. The implementation of the custom module is not my concern. I just need to worry about how to attach the custom module with my system. Could ...

36. Best eclipse plugin for Swing and AWT?    java-forums.org

Hi, I would like to know the best eclipse plugin for swing and awt. Best in the sense - ease of use (Pick and place components.), availability of usage documents (usage example), coverage (covering all the swing/awt components, features). It is better if it comes from an open source. Please suggest. I'm not interested in plugins for other IDEs such as ...

37. java swing plugin    java-forums.org

38. Jigloo GUI Plugin for Eclipse    java-forums.org

Developing graphical user interface in Java, can be in three ways. AWT, Swing and SWT. Abstract Windows Toolkit (AWT) does not have fancy looks as compared to Swing but its advantage is that it can run at any place where Java runtime environment is installed. It is very stable technology. Swing provides GUIs that have fancy and sophisticated look and feel. ...

39. GUI Plugins    java-forums.org

I am developing a database application using Eclipse. I have to design a GUI for it. I don't want to manually code it and want to use some free plugin in Eclipse to help me in designing. I used JBuilder long time ago - it had GUI development support. Please name few GUI plugins for Eclipse. Thanks.

40. Eclipse Plug-in to design GUI    forums.oracle.com

Is there an alternative for www.eclipseplugins.com to download the plug in to design Gui's within eclipse IDE? I have no internet access, i can get into this forum because this site is in the intranet, but eclipse's ain't. I'm currently working with the Java creator IDE, but if find the eclipse's easier, but i miss the WYSIWYG feature. any wire on ...

41. Good IDE or plugin for any IDE for Swing    forums.oracle.com

Hi all, I want to create Swing GUI in my application, but i didn't find good IDE for it. Some IDE what i tried are not allow to freely drop the component on the frame. The Layout's(Flow,Border..etc) no one is good . I have used C# in one of my application there the i could able to build the GUI very ...

42. GUI Plugin    forums.oracle.com

Hello, I am student who studies JAVA in university. We just started learning GUI and building interfaces for users. I just heard that there is a GUI plugin in which you can create all of the interfaces for the programs with simple clicks instead of writing long code (which sometimes is really hard to debug). Do you know where I can ...