简体   繁体   English

在 jdk13 中展开地图构造函数

[英]Unfolding map constructor in jdk13

I am new to java.I am learning a course in which they use java 8.It has applet class.But I have java13.我是 java 新手。我正在学习一门使用 java 8 的课程。它有小程序类。但我有 java13。 the project is about unfolding map constructor.I tried to do that in java 13 with awt.该项目是关于展开地图构造函数。我尝试在 java 13 中使用 awt 做到这一点。 But iam unable find out how to use unfolding map constructor in java13.Like what kind of packages to import and under what class they present in java 13.但是我无法找到如何在 java13 中使用展开映射构造函数。比如要导入什么样的包以及它们在 java 13 中呈现的类。

can we use unfolding map in jdk13 or do we have any other alternative to access maps?我们可以在 jdk13 中使用展开地图还是我们有其他方法来访问地图? I don't know whether the question is reasonable.If you got the point please help me out.我不知道这个问题是否合理。如果你明白这一点,请帮助我。

嗨,如果您查看展开地图的文档步骤,您将看到它使用需要 Java 7 或 8 的处理,因此安装 Java 7 并转到 intellij 文件结构并选择 JRE1.7

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在 JDK13 上运行 dacapo 基准测试 - Not able to run dacapo benchmarks on JDk13 Netbeans v11.2 和 Oracle JDK13 javadocs 问题 - Netbeans v11.2 and Oracle JDK13 javadocs issues 如何在 JRE 上运行 java 应用程序 JDK13? - How to run java applications JDK13 on JRE? Files.isHidden C:\\ 在 windows 上的 JDK12 和 JDK13 之间更改 - Files.isHidden C:\\ changed between JDK12 and JDK13 on windows 无法在 IntelliJ 中的 SDK 中添加 jdk11 和 jdk13 - java - Cannot add jdk11 and jdk13 in SDK in IntelliJ - java JDK13 垃圾收集无法正常工作。 一些被取消引用的对象没有被垃圾收集 - JDK13 Garbage Collection Not Working Correctly. Some of the de-referenced objects not being garbage collected VSCode 说我没有 Java 11 或更高版本,即使在安装 jdk13、设置 java.configuration.runtimes、java.home 和 JAVA_HOME 和路径之后 - VSCode says I don't have Java 11 or later even after installing jdk13, setting up java.configuration.runtimes, java.home and JAVA_HOME and path 在Java中向展开的地图添加标记 - Adding markers to a unfolding map in Java 展开地图库:从提供者处获取地图图块以供离线使用 - unfolding map library: get map tiles from provider for offline use JDK 11 与 JDK 13 的性能 - JDK 11 vs JDK 13 performance
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM