JDK 11 java.desktop.jmod - Desktop Module

JDK 11 java.desktop.jmod is the JMOD file for JDK 11 Desktop module.

JDK 11 Desktop module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\java.desktop.jmod.

JDK 11 Desktop module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.

JDK 11 Desktop module source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\java.desktop.

You can click and view the content of each source code file in the list below.

✍: FYIcenter

com/sun/java/swing/plaf/motif/resources/motif_zh_CN.java

package com.sun.java.swing.plaf.motif.resources;

import java.util.ListResourceBundle;

public final class motif_zh_CN extends ListResourceBundle {
    protected final Object[][] getContents() {
        return new Object[][] {
            { "FileChooser.acceptAllFileFilter.textAndMnemonic", "*" },
            { "FileChooser.cancelButton.textAndMnemonic", "\u53D6\u6D88" },
            { "FileChooser.cancelButtonToolTip.textAndMnemonic", "\u4E2D\u6B62\u6587\u4EF6\u9009\u62E9\u5668\u5BF9\u8BDD\u6846\u3002" },
            { "FileChooser.enterFileNameLabel.textAndMnemonic", "\u8F93\u5165\u6587\u4EF6\u540D(&N):" },
            { "FileChooser.enterFolderNameLabel.textAndMnemonic", "\u8F93\u5165\u6587\u4EF6\u5939\u540D:" },
            { "FileChooser.filesLabel.textAndMnemonic", "\u6587\u4EF6(&I)" },
            { "FileChooser.filterLabel.textAndMnemonic", "\u7B5B\u9009\u5668(&R)" },
            { "FileChooser.foldersLabel.textAndMnemonic", "\u6587\u4EF6\u5939(&L)" },
            { "FileChooser.helpButton.textAndMnemonic", "\u5E2E\u52A9" },
            { "FileChooser.helpButtonToolTip.textAndMnemonic", "FileChooser \u5E2E\u52A9\u3002" },
            { "FileChooser.openButton.textAndMnemonic", "\u786E\u5B9A" },
            { "FileChooser.openButtonToolTip.textAndMnemonic", "\u6253\u5F00\u6240\u9009\u6587\u4EF6\u3002" },
            { "FileChooser.openDialogTitle.textAndMnemonic", "\u6253\u5F00" },
            { "FileChooser.pathLabel.textAndMnemonic", "\u8F93\u5165\u8DEF\u5F84\u6216\u6587\u4EF6\u5939\u540D(&P):" },
            { "FileChooser.saveButton.textAndMnemonic", "\u4FDD\u5B58" },
            { "FileChooser.saveButtonToolTip.textAndMnemonic", "\u4FDD\u5B58\u6240\u9009\u6587\u4EF6\u3002" },
            { "FileChooser.saveDialogTitle.textAndMnemonic", "\u4FDD\u5B58" },
            { "FileChooser.updateButton.textAndMnemonic", "\u66F4\u65B0" },
            { "FileChooser.updateButtonToolTip.textAndMnemonic", "\u66F4\u65B0\u76EE\u5F55\u5217\u8868\u3002" },
        };
    }
}

com/sun/java/swing/plaf/motif/resources/motif_zh_CN.java

 

Or download all of them as a single archive file:

File name: java.desktop-11.0.1-src.zip
File size: 7974380 bytes
Release date: 2018-11-04
Download 

 

JDK 11 java.instrument.jmod - Instrument Module

JDK 11 java.datatransfer.jmod - Data Transfer Module

Download and Use JDK 11

⇑⇑ FAQ for JDK (Java Development Kit)

2022-08-06, 193209👍, 5💬