public class CameraWindow extends ControlWindow implements java.awt.event.ActionListener
Constructor and Description |
---|
CameraWindow(Camera camera)
construct and show the camera control window
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
buttons action listener
|
protected void |
addButtonsToPanel(javax.swing.JPanel panel)
configure the buttons on the panel of the window - camera panel
is simple containing only the SNAP and CLEAR actions
|
void |
close()
closing camera control panel window
|
void |
moving(boolean b)
request the camera snapping to be allowed or not
|
addMessage
public CameraWindow(Camera camera)
protected void addButtonsToPanel(javax.swing.JPanel panel)
addButtonsToPanel
in class ControlWindow
public void moving(boolean b)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void close()
close
in class ControlWindow