Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q4033 When I reload my applet my hidden canvas is shown directly! why?

You are here: irt.org | FAQ | Java | Q4033 [ previous next ]

Put mycanvas.setVisible (false); in Start() rather than init(), read the article Java#2 for further details.

©2018 Martin Webb