JAVA中修改JOptionPane的字體樣式(Font)

關於修改JOptionPane的字體樣式 原本打算這樣寫,不過不起做用html JOptionPane option = new JOptionPane(); // 設置字體 option.setFont(new Font("幼圓", Font.ITALIC, 40)); // 設置顏色 option.setForeground(Color.BLUE); // 顯示Dialog option.sh
相關文章
相關標籤/搜索