• 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:

panel include another panel

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i want problem that i have one panel that contain another three panel.

first panel contain image in horizontal manner.
second panel contain image in back ground and also contain one button and 6 text fields.
third panel contain image in vertical manner.

now problem it that when ever i maximize the window then all image and other element view is normal.
but .....
when ever i minimize the window then my image in third panel cut ....
and my button and text field size is changed and that not display good display..view..

also image that contain in first panel also cut with resolution......

so how can i resolve this problem...

please any one as soon as possible give me idea about that problem javascript:emoticon('');
 
Marshal
Posts: 80653
476
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What sort of layout manager are you using?
 
kunu patel
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i use grid layout....please suggest me that which layout is better for this type of problem.....

please give me answer as soon as possible.....
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://faq.javaranch.com/java/EaseUp

 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

kunu patel wrote:
when ever i minimize the window then my image in third panel cut ....



If you minimize the window, where do you see the UI?
 
kunu patel
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when ever i minimize then UI apper in uper part of the screen and also it display well ..
but..image is cut in third panel and text field in second panel is also re sizing ....

i can't get which lay out i use...almost i try all layout
if any other way to solve this problem then tell me....
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic