I am new to Java desktop app. I have built JDesktopPane
with two buttons.
In that button click it will load two separate JInternalFrames
.
I have already developed two separate JFrame
classes (which denotes two modules). So I want to know, Can I load those JFrame
in those JInternalFrames
?