• 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

JInternal Frame problem

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hellow every how are i have some work so i donot join
this forum since some days
I m working on project in which i have one internal frame
a internal frame has three panel
panel1,panel2,panel3
there is button on panel1 and panel2
and panel3 is empty
at the first time
but when i clich on the button of panel2
i want that there should be label
apear at panel3 this is happening but when Iframe i maximized and i
clich button of panel2
the label not apear in the panel3 but when i restore Iframe then
the label apear on the panel3
i donot no what is happening
please give a positive response
thanks in advance!

[ August 07, 2005: Message edited by: nabi bux ]
 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi nabi


.... but when Iframe i minimized and i clich button of panel2
the label not apear in the panel3....



Sorry, I have not understand your problem yet. panel2 is in Iframe, but how can you click button of panel2 when Iframe is minimized ?
 
nabi bux
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for visiting the post i have mistke which i corect
now please have positve look
 
Pat Hays
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi nabi

You could try to call the following code, after click on the button of panel2. Hope it works.

---------------
panel3.revalidate()
or
panel3.repaint()
or
thelabel.repaint()
 
reply
    Bookmark Topic Watch Topic
  • New Topic