1. What are good docking frameworks for Java/Swing? stackoverflow.comI'm looking for a good lightweight Java docking framework. I know that Netbeans and Eclipse can be used as RCP, but I'm looking for something a little bit more lightweight. |
2. Create a Mac OS X Style Dock Bar in Swing stackoverflow.comI want to create a Mac OS X style Dock Bar to be placed at the bottom of a JFrame. Does anyone know how I can do this? |
3. Anchoring and Docking Controls in java Swing stackoverflow.comIn .net there is a control called anchoring that is used to resize controls dynamically with the form. When a control is anchored to a form and the form ... |
4. Java Mac OS X running with out a Dock Icon stackoverflow.comi have a swing application that i would like to run on os x without a dock icon. Just a system tray icon. I know about headless but if i set ... |
5. GUI framework Java stackoverflow.comI am looking for some framework or toolkit (style drag and drop) for creating gui in Java. I need to do quite complex application with dockings, toolbars, tables etc. Which one would ... |
6. JavaFX - good or not? I need docking in it stackoverflow.comI have just explore javaFX. I am now programming modul based application by netBeans platform. I have minimal UI now, but I am going to do quite complex GUI. Is javaFX good ... |
7. How to create docking panel in Java? stackoverflow.comHow do I create a docking panel in Java? |
8. How do I add visual docking indicators to the Netbeans App platform? stackoverflow.comThe Netbeans platform is a great framework for dockable desktop apps. However the one thing I don't like about it is the guessing game users have to play when they try ... |
9. How does one go about installing Docking Frames 1.0.8? stackoverflow.comThe website says to download and include the jar-file into the class-path but I don't know what jar-files to look for or where to find them. Explanation would be ... |
10. How can I dock one window to another in Swing? stackoverflow.comI have two |
11. What type of Java / Swing Layout can do Docking and or Anchoring? stackoverflow.comI'm new to Java coming from .Net . Java seems to have lots of Layout Managers to choose from. Which one can anchor like in .Net and which one can dock ... |
12. Remove/Hide java application from taskbar/dock stackoverflow.comWhen we run an java GUI application in windows or Mac, it appears in taskbar or dock as shown below.
In Windows Taskbar:
In Mac Dock:
|
17. How to Dock a frame? coderanch.comI need to be able to dock an application, just like the Microsoft Shortcut bar or the Start Menu. It will need to be able to dock on any edge as well as other apps will need to know that the app is docked there. I found in a thread that someone said JNI would need to be used, but didnt ... |
18. Docking Windows coderanch.com |
19. Java docking framework coderanch.com |
20. docking frames coderanch.com |
21. Floating Dock coderanch.comHi, I want to create a container, say a JFRame, that is dockable on the desktop. It should be able to displace desktop icons and dock on any of the four edges of the desktop as happens with the Windows taskbar. My research so far has pointed me to the JDIC project but the only existing implementation is for linux. I ... |
22. Java Docking Framework coderanch.comThanks Isaac for your reply. Could you please suggest me how to control the states of one dock from other dock? My requirement is, I want to display corresponding dock when user clicks on particular link/button on one dock. Just like, When user clicks on Show Details link, a dock containing details of selected record should get focused. |
23. Is it possible in Swing to dock 2 windows? coderanch.com |
24. Docking windows java-forums.org |
25. is it possible to dock Internal-Frame? java-forums.org |