• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic