Code Hungry
Code Hungry

Reputation: 4000

How to create MDI Form in Java

I am trying to create a desktop application where I have three forms for different tasks. Is there any way to create it as MDI in VB.net.

I am using Netbeans 6.9.1.

How to hide or show Internal frames on Click of Menuitems?

Upvotes: 1

Views: 7326

Answers (1)

mKorbel
mKorbel

Reputation: 109823

you have to look at Java Desktop and JInternalFrames

Upvotes: 2

Related Questions