()
| 84 | protected native int UnLock(); |
| 85 | |
| 86 | public vtkPanel() |
| 87 | { |
| 88 | rw.AddRenderer(ren); |
| 89 | addMouseListener(this); |
| 90 | addMouseMotionListener(this); |
| 91 | addMouseWheelListener(this); |
| 92 | addKeyListener(this); |
| 93 | super.setSize(200, 200); |
| 94 | rw.SetSize(200, 200); |
| 95 | } |
| 96 | |
| 97 | public vtkPanel(vtkRenderWindow renwin) |
| 98 | { |
nothing calls this directly
no test coverage detected