()
| 956 | /// this method isn't called for form based events and is generally usable for |
| 957 | /// suspend/resume based behavior |
| 958 | protected void showNotify() { |
| 959 | setVisible(true); |
| 960 | } |
| 961 | |
| 962 | /// This method is only invoked when the underlying canvas for the form gets |
| 963 | /// a size changed event. |