| | |
| | | import com.dev.switchdev.SwitchDevice_page_base; |
| | | import com.ueky.ukeycfg_page_base; |
| | | |
| | | import main.FontUtils.MyFont; |
| | | |
| | | import javax.swing.BorderFactory; |
| | | import javax.swing.Box; |
| | | import javax.swing.BoxLayout; |
| | |
| | | panel_9.add(tf_txcnt); |
| | | tf_txcnt.setColumns(12); |
| | | |
| | | |
| | | tf_rxcnt = new JTextField(); |
| | | tf_rxcnt.setFont(new Font("宋体", Font.PLAIN, 16)); |
| | | panel_9.add(tf_rxcnt); |
| | |
| | | button.setHorizontalTextPosition(SwingConstants.CENTER); |
| | | button.setVerticalTextPosition(SwingConstants.BOTTOM); |
| | | |
| | | button.setFont(new Font("宋体", Font.PLAIN, 18)); |
| | | button.setFont(FontUtils.getMyFont(MyFont.HomeBtn)); |
| | | } |
| | | |
| | | public void setJTableSelectIndex(int jt_index) { |