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:
dchandler 2005-02-26 20:46:40 +00:00
parent 5d99c0ce7f
commit 25f5440218
2 changed files with 26 additions and 42 deletions

View file

@ -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());