Dock « Layout « Java Swing Q&A





1. What are good docking frameworks for Java/Swing?    stackoverflow.com

I'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.com

I 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.com

In .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.com

i 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.com

I 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.com

I 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.com

How do I create a docking panel in Java?

8. How do I add visual docking indicators to the Netbeans App platform?    stackoverflow.com

The 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.com

The 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.com

I have two JFrames open. I have window B spawn to the right of window A, snugged up to window A's right edge. I want it to stick to and move ...

11. What type of Java / Swing Layout can do Docking and or Anchoring?    stackoverflow.com

I'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.com

When we run an java GUI application in windows or Mac, it appears in taskbar or dock as shown below. In Windows Taskbar: enter image description here In Mac Dock: enter ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>13. <a href='http://stackoverflow.com/questions/6641489/miglayout-need-help-on-how-to-use-the-dock-parameters-or-need-an-alternative'>MigLayout - Need help on how to use the dock parameters (or need an alternative)</a><span class='articleProductElementHost'>    stackoverflow.com</span></h3><p class='articleProductElementParagraph'>I just started using MigLayout for SWING in Java and I'm really liking it so far. The only thing, though, is that the dock parameters don't seem to work the way ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>14. <a href='http://stackoverflow.com/questions/8246766/how-to-hide-the-java-swt-program-icon-in-the-dock-when-the-application-is-in-the-tray'>How to hide the Java SWT program icon in the Dock when the application is in the tray</a><span class='articleProductElementHost'>    stackoverflow.com</span></h3><p class='articleProductElementParagraph'>I know there are a lot of questions similar to mine, but I actually couldn't solve my problem even after reading all of them.
I have a Java application that as soon ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>15. <a href='http://forums.netbeans.org/topic16730.html'>How to replicate Netbeans GUI Interface / With Drag & Drop / Split and Docking in Swing</a><span class='articleProductElementHost'>    forums.netbeans.org</span></h3><p class='articleProductElementParagraph'>Hi, Basically, I am building a GUI, and I am trying to imitate the Window System of Netbeans in the sense, that I can have several components in the main window, ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>16. <a href='http://forums.netbeans.org/topic17539.html'>Harvesting discrete API / LIBs framework from Netbeans (docking, GUI, module manager...)</a><span class='articleProductElementHost'>    forums.netbeans.org</span></h3><p class='articleProductElementParagraph'>Are there any plans to make netbeans more modules of functionality like the docking GUI the module manager and download / install ... Available as standalone libraries of functionality (perhaps published ...</p></div></td></tr><tr><td><br/><br/><style>.example_responsive_1 { width: 320px; height: 100px; }@media(min-width: 500px) { .example_responsive_1 { width: 468px; height: 60px; } }@media(min-width: 800px) { .example_responsive_1 { width: 468px; height: 60px; } }</style><script async src=

17. How to Dock a frame?    coderanch.com

I 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.com

Hi, 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.com

Thanks 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.

24. Docking windows    java-forums.org

25. is it possible to dock Internal-Frame?    java-forums.org