We had some useless code for enabling and disabling the clipboard; I've
killed it. Jskad in applets would take QA and some code changes, I bet, so a TODO is good enough. Documented better the clipboard code.
This commit is contained in:
parent
5d99c0ce7f
commit
25f5440218
2 changed files with 26 additions and 42 deletions
|
@ -858,7 +858,8 @@ public class Jskad extends JPanel implements DocumentListener {
|
|||
} else if (parentObject instanceof JApplet) {
|
||||
JApplet parentApplet = (JApplet)parentObject;
|
||||
parentApplet.setJMenuBar(menuBar);
|
||||
dp.disableCutAndPaste();
|
||||
// TODO(dchandler): disable cut and paste in the applet
|
||||
// (we once did this...)
|
||||
}
|
||||
|
||||
setLayout(new BorderLayout());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue