• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

scattered JInternalFrame icons over JDesktop

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have made a desktop application using JDesktop and JInternalFrame classes, this desktop is placed in a JSpiltPane. the problem is when i minimize the internal frames, they r scattered over the desktop, they should appear aligned at the bottom of the dektop as ideally should be.
i have alreay used setNormalBounds() of JInternalFrame but of no use. can anybody please help me out, so that they come aligned at the bottom of desktop??
thanks in advance,
 
Ranch Hand
Posts: 508
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
sorry, I have no answer (though I post a reply anyway). when I worked with JDesktop and multiple JInternalFrames I had no such problem: the icons would be aligned at the bottom by default.
maybe you confused the JDesktop with some layoutmanager?
chantal
 
If you were a tree, what sort of tree would you be? This tiny ad is a poop beast.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic