diff -r bdc3f1b79fb7 -r a00905527ec2 jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/button/resources/ButtonDemo.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/button/resources/ButtonDemo.html Wed Mar 30 19:05:58 2016 -0700 @@ -0,0 +1,36 @@ + + + + + + + +

Today's modern GUIs often use buttons which don't look like the traditional "push" button. Swing's button component, javax.swing.JButton, + can be used to create both ordinary and more creative button visuals. In the end, they all perform an action when clicked. +

+

+ To highlight the source code used to create a particular button, popup the context menu over that button. +

+ +