Skip to content

Commit 04c55d7

Browse files
committed
<snip> PopupMenu ... </snip>
1 parent dff0b14 commit 04c55d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/swingset/SwingSet2.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ public JMenuItem createMultiscreenMenuItem(JMenu menu, int screen) {
725725
return mi;
726726
}
727727

728-
/* >>>PopupMenu
728+
/* <snip> PopupMenu
729729
* a small popup menu, activated via keyboard SHIFT_DOWN+F10
730730
* shows items with InstalledLookAndFeels
731731
* and a class ActivatePopupMenuAction with ActionEvent on SHIFT_DOWN+F10
@@ -783,7 +783,7 @@ public void actionPerformed(ActionEvent e) {
783783
);
784784
}
785785
}
786-
// <<<PopupMenu
786+
// </snip> PopupMenu
787787

788788
/**
789789
* Load the first demo.

0 commit comments

Comments
 (0)