コード例 #1
0
ファイル: SynthSplitPaneUI.java プロジェクト: ronshapiro/j86
 /**
  * Paints the specified component. This implementation does nothing.
  *
  * @param context context for the component being painted
  * @param g the {@code Graphics} object used for painting
  * @see #update(Graphics,JComponent)
  */
 protected void paint(SynthContext context, Graphics g) {
   // This is done to update package private variables in
   // BasicSplitPaneUI
   super.paint(g, splitPane);
 }