Package com.borland.samples.texteditor

Examples of com.borland.samples.texteditor.TextEditClass


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

TOP

Related Classes of com.borland.samples.texteditor.TextEditClass

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.