HOME > SUPPORT > RIBS TEXT EDIT

RibsTextEdit Example

Key Features:

  • Open, Edit and Save text files
  • Multiple documents supported
  • Font & Color Panel

 

            [ Source ] [ Web Start Now ]

Overview

This is a simple text edit example that shows how to create a document based application with Ribs. It basically has two source files:

  • App.java: The main class of the app, handles launch, default doc load and quit.
  • TextEditUI.java: Wraps a UI around JTextPane to handle the text editor window and opening, editing and saving files.