Change default encoding
This commit is contained in:
parent
d76b797dce
commit
e5068eecc8
|
@ -30,7 +30,7 @@ import java.util.Set;
|
|||
*/
|
||||
public class ExBoxFrame extends JFrame implements ActionListener, ItemListener {
|
||||
private final int UHDTHRESHOLD = 1920;
|
||||
private final String STANDARDENCODING = "ISO-8859-1";
|
||||
private final String STANDARDENCODING = "UTF-8";
|
||||
|
||||
private JMenuItem connect, exit, open, test, retest, textView, graphicView, clear;
|
||||
private JMenu menuServer;
|
||||
|
|
Loading…
Reference in a new issue