The lower/higher bound spin buttons do not include the 0x (indicating hex) prefix in the address.
2007-08-21 Zhao Shujing <pearly.zhao@oracle.com> * disassembler/DisassemblyWindow.java: Fixes #4672. (fromBox.entryEvent): Use fromSpin.setValue to invoke fromSpin entryEvent. (toBox.entryEvent): Ditto. (refreshList): Change to get next instruction after setValue to model is finished. (rowPrepend): New function. (handleFromSpin): Prepend rows provided by rowPrepend and remove redundant instructions according to the change of memory address. Fixes #4929.
2007-08-28 Zhao Shujing <pearly.zhao@oracle.com> * memory/MemoryWindow.java: Fixes #4672.