📄 book_loan_main_interface.java
字号:
import javax.swing.*;
import java.awt.*;
public interface book_loan_main_Interface
{
public book_loan_tab loan = new book_loan_tab();
//public book_loan_master mast = new book_loan_master();
public JPanel master = new JPanel();
public JPanel tab = new JPanel();
//public ImageIcon icon = new ImageIcon("");
//public JTabbedPane tabbedPane = new JTabbedPane();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -