java - Drawing window in JFrame -


i have separate graphics window (along separate cartesian coordinate plane) inside larger window using java.awt/javax.swing, i've drawn picture show mean.

i have no idea how this, throwing kind of literature @ me can read understand better great, solution problem along awesome.

ps. haven't tried anything, have no idea try.

i recommend downloading netbeans start with, easiest ide ui design know of.

  1. start creating main frame of application.
  2. add buttons need , position them in picture on main frame.
  3. add jpanel frame , call drawingcanvaspanel. panel drawing area. don't forget override panel's paincomponent method in draw custom drawings , shapes using panel's graphics.

Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -