Link to home
Start Free TrialLog in
Avatar of daydreamer6565
daydreamer6565

asked on

Cant find JInternal Frame option in netbeans

I want to use JInternal Frame but cant find it in the list of New files option in netbeans .... I guess it is possible to do so as i have used it before but what could be the issue this time .. Pls help..
Avatar of for_yan
for_yan
Flag of United States of America image

Perhaps this could help:

http://forums.netbeans.org/topic21558.html

You need to put a JDesktopPane into your frame and then add the JInternalFrame
to that JDesktopPane, set it's size, position and controls of choice and then
set it visible.
Avatar of daydreamer6565
daydreamer6565

ASKER

I think i was not able to convey my question properly...
What we normally do is right click on our project package select New and choose which ever type of form we want (JFrame,Java Class,Applet,JPanel)..
i guess i have chosen JInternal Frame in same way before ..but this time i see only JFrame,Java Class,Applet,JPanel etc and JInternal Frame option is not there...
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hey its ther ..Thanks!! :D