The widgets used to display the hexadecimal and decimal values of the current program counter have a visual appearance of edit fields (incl. being focusable, and showing a cursor when they have focus). Yet it is (correctly) not possible to edit them. A different form of visualization ought to be used here to avoid confusion with editable fields.
This also applies to the disassembly window.
2007-06-15 Mike Cvet <mcvet@redhat.com> * gladedir/disassemblywindow.glade: Changed current PC entry box to label. * gladedir/memorywindow.glade: Ditto. * disassembler/DisassemblyWindow.java (pcLabelDec): Changed to Label from pcEntryDec. (pcLabelHex): Changed to Label from pcEntryHex. * memory/MemoryWindow.java (pcLabelDec): Ditto. (pcLabelHex): Ditto.
-> fixer
fixed by mcvet