library « Development « Java Swing Q&A





1. Recommend a Java wizard library?    stackoverflow.com

I'm looking for a wizard library/framework for Java, but it seems all the ones I can find are abandoned and/or lacking in enough documentation to use quickly. Here's the ones I've ...

2. Which GUI Library is the best in Java?    stackoverflow.com

Which GUI Library is the best in Java? I'm very confused. Swing is very slow and very ugly. Can you guys tell me about a good GUI library ...

3. J2ME widget library    stackoverflow.com

I am starting to develop a J2ME app and the built-in GUI components of the java library are ugly and inflexible. Can anyone recommend a nice and easy to use (open-source...) widget ...

4. How to browse for a file in java swing library?    stackoverflow.com

I was wondering if there was some kind of J tool in the java swing library that opens up a file browser window and allows a user to choose a file. ...

5. Is there a library that generates UIs based on metadata declarations like this>>?    stackoverflow.com


Do you know about a library that allows us to generate UI by just stating that it should be generated? I think there must be a person who have implemented a ...

6. Java GUI libraries    stackoverflow.com

I have been working with the Swing library for a long time, I'm working on a new project for school and due to the nature of the program it can't look ...

7. How to select nodes in Netbeans Visual Library?    stackoverflow.com

I create a graph based visual applicaion using a Netbens Visual Library. Can somebody post a code sample that enables a selection of nodes with mouse clicks (and Ctrl key fo multiple ...

8. Using Java and its SWING library    stackoverflow.com

I am trying to code a very simple form using java but i am running into more trouble than i expected because of the way swing lays out components, I have ...

9. A WireIt like GUI library for Netbeans/Swing    stackoverflow.com

I am looking for an open-source java library for creating yahoo-pipes like GUI. Wireit is based on javascript. Prefer LGPL/Apache License that can be used for commercial purposes. ...





10. java AWT native OS library?    stackoverflow.com

As we know AWT classes uses native OS libraries for creating GUIs but Swing uses Java library itself for creating the GUI.Can anyone please give me an example of the Windows ...

11. Wizard component, library or application for Java SE    stackoverflow.com

Someone knows a library, component or open source application for build a wizard style application in Java SE? (like some installers app with the next, previous and finish button and ...

12. Lightweight C/C++ GUI Library with Native Look & Feel    stackoverflow.com

There's many pages on C/C++ GUI libraries out there, but I've had a really hard time finding ones that have a native look and native feel. I've taken a look at GTk+, ...

13. Java library for Barcode scanner?    stackoverflow.com

Hello I have keyboard wedge type of scanner. Necessary condition for it is that it requires cursor to be set on text field to receive barcode Number. But i want to store scanned ...

14. Captcha library for Swing?    stackoverflow.com

I'm looking for a captcha library or component that I could use inside a Swing Gui. Do you know any ? Edit: It seems not to exist. I'll program a small one ...

15. Free library supporting Gantt charts and granularity <= 1 hour    stackoverflow.com

Is there a free graphical library that supports Gantt charts with units of hours or even minutes? I've tried a few. JFreeChart was among the most promising but scaling down seems ...

16. How Do I Rotate A Widget In NetBeans Visual Library?    stackoverflow.com

I am building a document layout editor in NetBeans Visual Library API, and I am looking for a way to let the user rotate a widget about it's center ...





17. A class in Swing or AWT Library that has flexible size    stackoverflow.com

I'm looking for a class in javax.swing or java.awt that gives flexible size to the object. Say that we name this class MyClass. When I add MyClass to MyPanel, it will ...

18. Java graphical library    stackoverflow.com

Within this post I just want to listen to people opinion. I develop under java and I use to use Java swing to create my graphical interface. I am not a big ...

19. Java software license library to best protect against piracy?    stackoverflow.com

I was thinking if there's a Java library that can help turn your deployable Java application for desktop into a license required software? Not just entering a cd key but by communicating ...

20. Using Quaqua with a Netbeans project    stackoverflow.com

I'm trying to use the Quaqua look and feel with a java project in netbeans, on windows 7. So far, I've added quaqua.jar and swing-layout.jar to the libraries, and libquaqua.jnilib to the ...

21. Java graph library for visualising flowchart-like diagrams    stackoverflow.com

I'm in the process of making an interface for drawing flow chart like diagrams (essentially circuit diagrams) that contain nodes that look like the following:

       ...

22. Are there 3rd party swing control libraries for Java?    stackoverflow.com

I have been using .net for many years, and now I need to create a program using java swing. In .net tools have been developed by 3rd party companies like telerik, ...

23. Swing quaqua theme missing library    stackoverflow.com

In my swing application I have set Quaqua theme for look and feel.The theme works well. But there is a warning: Warning: class ch.randelshofer.quaqua.osx.OSXApplication couldn't load library "quaqua64.dll". java.lang.UnsatisfiedLinkError: no quaqua64 in java.library.path Warning: ...

24. Graphical Block Composition Library similar to Quartz Composer in Java    stackoverflow.com

Is there a library that allows me to manipulate graphical components similar to Quartz Composer "patch editor", preferentially implemented in JavaScript (or anything close enough that can be easily modified)?

25. Missing library: swing-app-framework    forums.netbeans.org

Hello *, after more than one year of doing other funny things, I went back to java programming with netbeans, but in the meantime I changed computer and I installed NB67 ...

26. NB6.7.1 "swing-app-framework" "library could NOT be found" Resolve Reference Problems    forums.netbeans.org

rdblaha1 Posted via mailing list. Posted: Fri Mar 26, 2010 2:16 pm Post subject: NB6.7.1 "swing-app-framework" "library could NOT be found" Resolve Reference Problems At the end of ...

27. GUI Beans Library?    forums.netbeans.org

I've been searching for a good autocomplete widget for Java/Swing. I've found some decent tutorials and I'm close to a working bean that does what I want. I'm surprised that I ...

28. integrating Visual Library with NetBeans GUI    forums.netbeans.org

Posted: Tue Oct 18, 2011 8:43 pm Post subject: integrating Visual Library with NetBeans GUI I'm new to JAVA and NetBeans, but have some past Coding experience (started way back when with BASIC and Fortran and stopped at C and a little C++) I'm working on my first JAVA program and I'm making good progress, but now I'm ...

29. HELP Urgent : Fontmanager.dll not found in java.path.library Eror !    coderanch.com

Hi all, I am using Java 1.3 with JRE 1.3 and have installed JMF2.1B2 for Win32. Since the installation of JMF whenever I try to execute a Java program having Applet or Frame, the programs crashes with the following error message. Exception in "main" java.lang.UnsatisfiedLinkError: no fontmanager in Java.path.Library The fontmanager.dll in the jre\1.3\bin directory is very much a part of ...

30. Does anyone know of a Class Libraries book for Swing?    coderanch.com

Frank, Thx for your reply. I looked in the bunkhouse and didn't see anything matching my description/request. I checked out that book on the APress site since they at least posted 1 full chapter and it unfortunately doesn't resemble the Chan/Lee books. What I am looking for is a guide which looks like the documentation that Sun provides, but something that ...

31. LwVCL (visual components library)    coderanch.com

That looks like a fantastic system - a lot of work seems to have been done! I guess that things like TabbedPane and Box are still to come and I guess that I would not know how easy it is to use until I use it! Swing is the devil I know and it certainly has affected my brain trying to ...

32. J9 and Swing libraries    coderanch.com

33. JSTL tag library problem.    coderanch.com

34. Free GUI Library    coderanch.com

35. any good open source swing library around here ?    coderanch.com

Hi Swing gourous !! After 7 years of web development I've been sent in exile for my sins in the Swing world. Because I'm a lazy boy I'm used to use open source libraries. Do one you, swing gourous tamed by hundreds of years of Swing coding, happen to know one equivalent to Struts ? thanks in advance wise guys paskos ...

36. which library to use?    coderanch.com

37. Filthy Rich Client : JDK lib or external libraries?    coderanch.com

Originally posted by Chu Tan: In your book, did you discuss about basic UI effects can be achieved with JDK lib and extended effects/algorithms that is achievable with open sourced or closed sourced libraries? We discuss a lot of what's achievable through the built-in facilities of the default Java platform. Basically, everything shown in the first half of the book (Parts ...

38. Reporting Libraries For Java Projects    coderanch.com

39. Must have libraries for Swing - Need guidance    coderanch.com

The answer to your question depends on your project. These Swing libraries should be analyzed just like any other third party library to see if they are the right fit for your project. Just because "everyone else" is using it, doesn't mean it is the right fit for your project. That said... I think that JGoodies is superior to the layout ...

41. Unable to use swing libraries    coderanch.com

I installed jdk 1.6 in my system. I am able to practice all the other concepts. When i tried to compile a swing program it gave an error specifying that Couldnt find the class and package Do we need to install any additional software or to set any classpath in order to do a swing programme?

42. Charting library for Swing application    coderanch.com

We are using JfreeChart to plot data in a Swing application. The method to set range is cumbersome.. choosing properties option on right click, then plot tab , range axis tab , then range and finally setting it. Does anyone know of any other charting package which makes range setting easier or where we can add our own context sensitive options ...

43. Questions On Java GUI Library    java-forums.org

I got a few questions on Java GUI. Firstly, how do you change the background picture of a JPanel to a gif. I have only been taught simple GUI like JRadioButton,JButton etc. 2) How do I import com.sun.java.swing ? I can seem to find the jar file. All I discovered was 421 class files and I dunno what to do? 3) ...

44. I want to make graph in java swing without using any libraries    java-forums.org

I want to make graph in java swing without using any libraries Hello, I am trying to make a program using Java swings in which one can load coordinates from a text file and then plot a graph accordingly. I don't want to use the graph libraries but I don't know how to proceed on the drawing part. I ...

45. JAVA graphs & charts libraries    java-forums.org

Hi! I'm working on an app that requires a lot of graphs and charts. We are at the beginning so we are still looking for some nice libraries that can be integrated easily but in the same time, flexible. If anybody knows some of these libraries, please post some names and/of links. I already found some of them but I prefer ...

46. Library or application for an interactive shell/console in Java Swing?    forums.oracle.com

Why reinvent the wheel? What's the purpose of writing a new shell and for what environment? If this is merely an exercise then I would suggest having a tinker with a few of the major SWING components like jTextArea. [Java SWING Tutorials|http://java.sun.com/docs/books/tutorial/uiswing/] may give you insight into what you may like to implement.

47. Problem with added library and GUI.    forums.oracle.com

Hi everyone, I'm kind of new to Java and I'm working in a project that involves wireless RF modules communication, I need to get that from the different modules using the COM port in the computer to communicate with one of them which can receive data through the RF links. The modules I'm using are XBee. Now I'm making a program ...

48. Is there a library for writing question and answer gui?    forums.oracle.com

Hello, Im writing a class that displays words in a languages and expects the user to input the corresponding word in a textfield in the other language. I expect that upon correct input (compared to a value assigned to that particular textfield the textfield changes color to green or red. Something similar to http://www.mein-deutschbuch.de/lernen.php?menu_id=147 Im thinking to do this by means ...