.showMessageDialog(
frame,
Messages.getString("BoardEditor.CouldntInitialize") + e, Messages.getString("BoardEditor.FatalError"), JOptionPane.ERROR_MESSAGE); //$NON-NLS-1$ //$NON-NLS-2$
frame.dispose();
}
bv.addBoardViewListener(new BoardViewListenerAdapter() {
@Override
public void hexMoused(BoardViewEvent b) {
Coords c = b.getCoords();
if (c.equals(lastClicked)) {
return;