A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Swing / AWT / SWT
Author
Map waypoint info - display as non-modal dialog ?
Nick Staresinic
Greenhorn
Joined: Apr 14, 2010
Posts: 1
posted
Apr 14, 2010 09:13:16
0
I'm upgrading an app with a graph that illustrates a chemical process.
Whenever the user right-clicks a point on the graph, I want to display additional info -- just like when one clicks a waypoint in mapping software.
I've checked several charting libraries -- and JXMapKit -- that provide this functionality, but each limits other things the graph does.
In mapping apps, is this implemented as a non-modal dialog? or as, e.g., a
JPanel
painted in a layer of
JLayeredPane
?
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Map waypoint info - display as non-modal dialog ?
Similar Threads
Instantiating a JDialog in constructor - won't execute other lines..
Regarding JDialog
Default Uncaught Exception Handler fails in JDialog
Want a "modal dialog" usign owner as JPanel
Can�t we create a modal dialog using JPanel?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter