Industrial manufacturing
Industrial Internet of Things | Industrial materials | Equipment Maintenance and Repair | Industrial programming |
home  MfgRobots >> Industrial manufacturing >  >> Industrial programming >> Java

Java 10: Key Deprecated APIs, Features, and Options Removed

JDK 10 release has removed several deprecated APIs, features and Options from Java library. Following is the relevant details.

Nimbus - existing code

javax.swing.UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");

Nimbus - new code

UIManager.setLookAndFeel("javax.swing.plaf.nimbus.NimbusLookAndFeel");

Aqua - existing code

javax.swing.UIManager.setLookAndFeel("apple.laf.AquaLookAndFeel");

Aqua - new code

UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());

Java

  1. Master Java Operators: Types, Syntax, & Practical Examples
  2. Java Comments: Types, Usage, and Best Practices
  3. Mastering Java's super Keyword: Advanced Usage & Practical Examples
  4. Mastering Java Interfaces: Concepts, Implementation, and Best Practices
  5. Mastering Java Try‑with‑Resources: Automatic Resource Management Explained
  6. Java Annotations Explained: Types, Placement, and Practical Examples
  7. Java Explained: Definition, Features, Platform Overview & Versions
  8. Java 10: 70+ New APIs & Features Explained
  9. JDK 10 Deprecations: Key APIs, Features & Options Removed
  10. Emco Maxxturn 25: Y‑axis & Subspindle Lathe for Precision Small Parts