devxlogo

Tip Bank

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

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

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

Creating Forms in Shapes Other than Rectangles

Question: Is it possible to create forms with shapes other than the standard rectangular shape in Windows? Answer: Sometimes it’s just not enough to write applications that have the same

Drag and Drop for List Boxes

Question: How do I implement drag and drop between two list boxes on a form? Answer: Dragging items from one list box and dropping them into another is, with Delphi,