170171172173174175176
return jButton1; } private void editProfile_action() { String filePath = "./configs/" + jComboBox.getSelectedItem() + ".txt"; new TextEditClass(filePath, 800, 600, 70, 70, "", ""); }