Hi all,
i'm just trying to create this little simulator. in a gui, i have two main components - a map, taking up most of the window, and a control panel on the right hand side. now, i'd like to add a time slider across the bottom of the window (running only under the map, not under the control panel). i can do it in the runner class (which initialises the main window), but it should logically belong to the control panel - it fires all the relevant events. is there a way to do it? what swing components should i use and how should i wrap them? (i tried using netbeans for this, but, this being the first time i ever used it, i had little luck).
thanks a lot for your help