









repaint() and Consecutive Lines
Question: My applet draws lines. I click at the place where I want my line to start and then I click at the end of it. It draws a line
Question: My applet draws lines. I click at the place where I want my line to start and then I click at the end of it. It draws a line
Question: How can I get the display value of a list box? Answer: In Oracle Power Objects, the Value property of the list box isautomatically set to the internal value
Question: Can you help me complete the enclosed program? A “Factorial Method”must be written. /////// File: Factorial.java /////// class Factorial { /* put factorial method here */ public static void
Question: I am currently writing an application to scan a text file for certain text keywords, and then copy the text (in between the kewords) into a new textfile. Could
Question: I am attempting to implement an applet that needs multipleframes (windows) that all belong or work under a single frame ? sort oflike an MDI application. However, each of
Question: I want to retrieve data from a database that is not associated withany objects on a form. How do I do this? Answer: A recordset is a client-side mechanism
Question: How do I limit the rows retrieved for a Power Objects report? Answer: The QueryCondition() method is not called when a report is executed,so you can only set a
Question: It isn’t clear to me how to do ‘smart’ painting. For example, ifI want to paint only a portion of something, what should I do?There are paint/repaint methods that
Question: How can I dynamically add or delete entries from a list box, popuplist or combo box? Answer: List boxes, popup lists and combo boxes all use the Translationproperty. The