Swing Simple Text Editor sample

This sample is a single Java class that demonstrates a simple plain text editor designed in the Java visual editor using Swing components. The text editor is built as a JFrame with a JContentPane that uses BorderLayout as the layout manager.

1 minute