Ad Code

Three paint () methods which are used to paint Swing Component.


Name three paint () methods which are used to paint Swing Component.

 protected void paintComponent(Graphics g)
 protected void paintBorder(Graphics g)
 protected void paintChildren(Graphics g)
Reactions

Post a Comment

0 Comments