Name three paint methods which are used to paint Swing-02206
This subjective question is related to the book/course vu mkt621 Advertising & Promotion. It can also be found in vu mkt621 Mid Term Solved Past Paper No. 1.
Question 1: Name three paint() methods which are used to paint Swing Component.
Answer:
- protected void paintComponent(Graphics g)
- protected void paintBorder(Graphics g)
- protected void paintChildren(Graphics g)