()
| 835 | /* ************************************************************************** */ |
| 836 | |
| 837 | boolean isVisible() { |
| 838 | return pFrame.isVisible(); |
| 839 | } |
| 840 | |
| 841 | void setBounds(int x, int y, int w, int h) { |
| 842 | pFrame.setBounds(new Rectangle(x,y,w,h)); |
no outgoing calls
no test coverage detected