JComboBox like History-Back in MS InternetExplorer
Hi
I am implementing GUI (Swing, 1.4.1) for application, which will be used to browse documents (scans jpg etc. and pdf and other formats). In the specification I have a sentence, that there should be possibility to go back to any previously browsed document, which should look similar and work exactly like History-Back button in MS InternetExplorer (but without "Back" label - only image) which looks like combination of a JButton (with left or right arrow - back - forward) and JComboBox (without this part, where selected item is displayed)
Does anyone have any suggestions how to do this?
I was thinking about modification of ComboBoxUI, but I've never touch UI, so I have no idea how to start with this and don't spend weeks on that.
Do You have any examples of something like this, any suggestions, sources or whatever?
Thank You
Maciek

