Tip Bank

DevX - Software Development Resource

Getting Rid of clipRect for paint()

Question: When paint() iscalled, the clipRect of the Graphics obj may already be set to somethingsmaller than the full drawable region of the object (if, for instance, it’sa partial window-manager

DevX - Software Development Resource

Can Browser Print Applet’s Output?

Question: I have written an applet that creates a graph from the resultsof a query of our Oracle database. The graph looks good in the browser(Netscape 3.0), but if I

DevX - Software Development Resource

Running Java on Non-network Local PC

Question: Can a Java applet or executable run locally on a PC if the PC is not connected to a network? Example: I bring up my home page and download

DevX - Software Development Resource

Highlighting/Making Bold Button Text

Question: How do I highlight or make bold the text in a button or a list? Answer: Java Buttons, Lists, Labels, TextAreas, Canvases, etc, are all subclasses ofthe Java Component

DevX - Software Development Resource

Resizing Spawned Browser Windows

Question: If I have an applet on one HTML page, I can useAppletContext() to cause a new HTML page to becreated. How do I control the size of the Netscapewindow