• 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

JInternalFrame dought???

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in have soem problrm in internal frame.one class i named as pp another class as san. here san is the JInternal frame class.in that i have one textbox and button.in the pp class too i have button, if i click the button in pp class, the san JInternal frame has to be dispayed, the JInternalFrame should propely fix to the JFrame, but when i execute, the JInternalFrame does not fit propely,vat i should do. help me.
in the pp class i have writen the coding as

san s = new san();

this.getContentPane().add(s);
s.setVisible(true);
s.setMaximizable(true);


here vat i should change.

help me

kalai
 
Ranch Hand
Posts: 298
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please choose an appropriate forum for this question.....
reply
    Bookmark Topic Watch Topic
  • New Topic