先是启动类 public class MainClass { /** * 程序运行入口 * @param args */ public static void main(String[] args) { MainFrame frmMain = new MainFrame(); try { //设置主窗体的样式 UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel"); SwingUtilities.updateComponentTr...
= null) { rtpManager.removeTargets("Closing session from RTPReceive"); rtpManager.dispose(); // 关闭RTP会话管理器 rtpManager = null; } } public synchronized void controllerUpdate(ControllerEvent event) { if (event instanceof RealizeCompleteEvent) { if ((component1 = player.getVisualComponent(...