We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb66418 commit ceab9f3Copy full SHA for ceab9f3
src/demo/share/jfc/Notepad/Notepad.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
3
*
4
* Redistribution and use in source and binary forms, with or without
5
* modification, are permitted provided that the following conditions
@@ -60,7 +60,7 @@
60
* @author Timothy Prinzing
61
*/
62
@SuppressWarnings("serial")
63
-class Notepad extends JPanel {
+public class Notepad extends JPanel {
64
65
protected static Properties properties;
66
private static ResourceBundle resources;
0 commit comments