Shoken Startup Blog

KitchHike Founder/CTO

JTextAreaを編集不可能に

JTextArea tarea = new JTextArea();
tarea.setEditable(false);