Examples of UIRemoteFileExplorer


Examples of com.suwish.pc.ui.component.UIRemoteFileExplorer

    JLabel titleLabel = new JLabel(title);
//    titleLabel.setForeground(new Color(34, 153, 57));
//    titleLabel.setFont(new Font(Font.DIALOG, Font.BOLD, 25));
    detailPanel.add(titleLabel, BorderLayout.NORTH);
    //本来放手机信息,已安装的软件什么,但是纯PC端实现不了,于是先放个文件浏览器
    remoteExplorer = new UIRemoteFileExplorer(device);
    detailPanel.add(remoteExplorer, BorderLayout.CENTER);
    JPanel buttomPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT, 10, 5));
    buttomPanel.setOpaque(false);
    detailPanel.add(buttomPanel, BorderLayout.SOUTH);
    JButton installButton = new JButton("Install APK");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.