()
| 949 | /// this method isn't called for form based events and is generally usable for |
| 950 | /// suspend/resume based behavior |
| 951 | protected void hideNotify() { |
| 952 | setVisible(false); |
| 953 | } |
| 954 | |
| 955 | /// This method is only invoked when the underlying canvas for the form is shown |
| 956 | /// this method isn't called for form based events and is generally usable for |