I plan on adding a graphing feature on my calculator and I was wondering if I should use plain Window or a JWindow in order to draw graphics(lines, parabolas, circles, hyperbola, etc.). Besides what's the difference between a Window object and a JWindow object?