0

I'm trying to create a Navigation Menu like in Mobile apps with Netbeans's free design. I created a portrait panel and make it outside the frame.

As in the below images showed when the user clicks the navigation menu button the panel comes in to the panel by changing the location, but the problem is it will be behind the components (JTable and labels).

How to solve this problem ?

state closed

state opened

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
Caffe Latte
  • 1,693
  • 1
  • 14
  • 32
  • 1
    Without seeing the relevant part of the code it's hard to tell. Most likely you have to check the Z-ordering. – user1803551 May 01 '15 at 19:34
  • *"JPanel on Components in Netbean's free design (GroupLayout)?"* Are you *certain* that 'free design' uses `GroupLayout`? I thought free design meant a `null` layout! For better help sooner, post an [MCVE](http://stackoverflow.com/help/mcve) (Minimal Complete Verifiable Example) or [SSCCE](http://www.sscce.org/) (Short, Self Contained, Correct Example). – Andrew Thompson May 02 '15 at 00:49

0 Answers0