Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1.1
-
Fix Version/s: None
-
Component/s: tools
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
Description
The FileDialog title string is hard-coded in AppletViewer.java. So, it cannot be
localized.
darkwing% grep -n 'Serialize Applet' *.java
AppletViewer.java:402: FileDialog fd = new FileDialog(this, "Serialize Applet into File",
localized.
darkwing% grep -n 'Serialize Applet' *.java
AppletViewer.java:402: FileDialog fd = new FileDialog(this, "Serialize Applet into File",