1. Good source for AWT and Swing principles stackoverflow.comI am starting to work with AWT and Swing in Java. I get some trouble sometimes, with things I don't understand. Latest example: JPanel.getGraphics() returns null in some cases. I would like a source ... |
2. Java Swing Problem stackoverflow.comI have a board with cards in which I have to find matches. I have two variables |
3. I need to represent allocation of 100% of some resource between 3 owners in GUI - any recommendations? stackoverflow.comFor 2 owners the answer is easy - use a slider with one owner on the left, the other on the right, and slide to control the percentage of each. How do ... |
4. Loading resources using getClass().getResource() stackoverflow.comI am trying to load an image to use as an icon in my application. The appropriate method according to this tutorial is:
|
5. Java Swing Resource for jRuby developer? stackoverflow.comI'm looking to develop GUI apps using jRuby but, am not sure which would be a good Swing book or tutorial to start with in my studies. |
6. Resources about how to develop a Java look and feel stackoverflow.comI'd like to learn more about developing a Java look and feel. Could anybody please give me some web adresses where i can find resources about laf development? Thanks in advance, David |
7. Best resources for developing swing applications in java and eclipse stackoverflow.comMy boss would like me to debug an open-source java application written in swing, and has suggested the eclipse IDE. I have picked up Eclipse IDE, read it, and am ... |
8. Resources for GUI in Java stackoverflow.comI am making an image processing application in Java. I have written all the code for the processing part, I just need to make a user interface for the same. The ... |
9. What happened to the Substance LaF? stackoverflow.comWhat happened to the Substance LaF? I came across it a while back, and got the jars to do some experimenting, but when I go there now I find some placeholder ... |
10. Any resource on Java Swing for .NET developers stackoverflow.comFor many years I developed with c# .net. Now I need to develop an application with Java Swing. Are there any resources about java swing especially for .NET developers (or about ... |
11. Application scope resource bundle with maveen swing project forums.netbeans.orgHi, when I create a java desktop application project I can put properties like panel background, etc in a resource bundle for each class or in one global file for using it in other forms again. So I designed a few panels and put all of their properties in an global property file. Then I exported this panels and the resource ... |
12. General GUI Design Resources coderanch.comHi All, I'm looking for guidelines and general information about designing complicated GUI applications, i.e., applications that have many settings, windows, etc. For example, is it best for each window (such as an options window) to be opened in its own method in some big MainApplication class? If you take this approach, you will have a bunch of window creating methods. ... |
13. Swing Resource Question coderanch.com |
14. How to create a resource explorer using java? coderanch.com |
15. looking for swing resources coderanch.comI'm looking for a website/s where I can find Swing related stuff (tutorials, code, etc). I need to build a GUI using swing but I know nothing about it. I've heard people mentioning layouts, etc, but I'm completely lost in this area. Suggestions on book are also welcomed, even though I cannot afford to buy a book right now. In the ... |
16. URL like resource coderanch.comI must agree with you the html files are packed in to a jar archive but .. at run time all url's can be group in to a resource bundle(and access via). So my question was if is a good technique to use (access) URLs via resource bundle ?This can be aslo an internationalization case because the html documents are for ... |
17. custom gui development resources coderanch.com |
18. What is Java Resource Bundle ?? coderanch.com |
19. using too much computer resources coderanch.com |
20. Swing Pointers [Resource] coderanch.com |
21. Swing resources coderanch.com |
22. Resources for understanding Style/StyleContext? coderanch.com |
23. Need a good resource... coderanch.com |
24. Best Swing Resources for Real Application Development coderanch.comI want to know what everyone uses as their resource(s) for Swing development. I'm not talking about snazzy special effects and different API's and Libraries. What I want to know is if you have development a Swing application that is as usable and efficient as something like IntelliJ's IDEA, DBVisualizer, Netbeans, azureus(Vuze), etc, how did you get started? There are lots ... |
25. Zen Resources 1.0 - Simplified ResourceBundle access for Swing java-forums.org |