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

Repainting Issue

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

I have a problem with Repainting the Child Frame which is activated inside main JFrame ,Actually i have a JFrame with some components, problem is that if i resize it and close the frame ,and if i open the same frame second time it overlap the previous resized position with the default size,this child frame is run as follows ...


Thannks in advance
 
Ranch Hand
Posts: 4632
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
might be easier to explain if you can post a working sample program that we
can copy/paste/compile/run and see what you are seeing.

just a frame with button, button to show child frame, and the steps to take to
produce the problem.
 
Rani Vish
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply
my application is too big too copy paste here ! anyway i got the solution



The Bold line " aymNetwork " inside the condition make it initialize each time when the click occure
Thanks again
 
reply
    Bookmark Topic Watch Topic
  • New Topic