HexEditor
Description
HexEditor preview image
HexEditor is a hex editor component, written in Swing. Its feature set includes:

  • Cut, copy, paste, delete
  • Undo/redo
  • Input validation

This project is very young and in a beta state. It may contain bugs, and some of its features are incomplete.

It is released under a BSD-style license.
Try It Out
Changes

12/6/2008

  • Fixed a bug in toggling the row header at runtime.
  • Fixed a bug in navigating with the down arrow key when the bottom row of the table is full.

08/10/2008

  • The HexEditor component now fires property change events whenever certain properties are changed.
  • You can now register yourself as a "HexEditorListener" to be notified when and how the contents of the hex editor are modified.

08/05/2008

  • Select the modified text on undo/redo operations.