Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

how to move the tab area freely like netbean?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone

I am learning to create the program editor which is similar like Netbean. I noticed there are tabs in the panels. The panels could be dragged and moved freely.

Examples:


The "runtime" could be freely dragged to any area in the left side.



Could anyone kindly tell me what kind of API or component could be used to make tab in panels and dragged freely?

I appreciate if anyone could reply ASAP.

Thanks a lot and have a good day
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They're called docking frameworks.

See this thread: Java Docking dilemma

I'm using Infonode's docking framework and I'm fairly happy with it. It has a GPL and commercial license.

You can also build your application using the Netbeans platform.
reply
    Bookmark Topic Watch Topic
  • New Topic