我正在开发一个带有主面板的java应用程序,我在其中添加了一个JDesktopPane。用户单击JButton,将显示一个JInternalFrame。我的问题是,如果我使用Mac OSx外观,JDesktopPane以正确的大小显示JInternalFrame,如果我使用其他外观,它将在屏幕尺寸中显示JInternalFrame。这就是我要做的:jDesktopPane1 = new JDesktopPane();当用
我试图在Jdesktoppane中显示jasper报告,但jdesktoppan.中没有显示报告.运行程序how to slove this problem时,我无法获得任何错误或异常。有人能帮我在jdesktoppane中显示报表吗?JRViewer viewer = new JRViewer(jp); jPanel1.setVisible(true);
jDesktopPane.add
我有一个JFrame(HMSDoctor),因为我使用JDesktopPane调用一个JInternalFrame(CurrentOPD)。//opening JInternalFrame(CurrentOPD) by using JDesktopPane in JFrame(HMSDoctor).JDesktopPane jdp=new JDesktopPane();
//Above code display proper