comparison src/java_fork.html.luan @ 80:cef5b6a8b011

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 12 Apr 2025 10:40:07 -0600
parents 9418a2d2ce58
children a990d216add8
comparison
equal deleted inserted replaced
79:2b318e96e9e4 80:cef5b6a8b011
31 <ul> 31 <ul>
32 <li>Fix inner classes as described <a href="https://mikraite.arkian.net/Jave-inner-classes-tp3503.html">here</a>.</li> 32 <li>Fix inner classes as described <a href="https://mikraite.arkian.net/Jave-inner-classes-tp3503.html">here</a>.</li>
33 <li>Replace generics with a cleaner solution.</li> 33 <li>Replace generics with a cleaner solution.</li>
34 <li>Remove static imports.</li> 34 <li>Remove static imports.</li>
35 <li>Remove lambda expressions.</li> 35 <li>Remove lambda expressions.</li>
36 <li>Make a decent Swing <a href="https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/">look and feel</a> that supports apple.laf.useScreenMenuBar .</li> 36 <li>Make a decent Swing <a href="https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/">look and feel</a> that supports <code>apple.laf.useScreenMenuBar</code>.</li>
37 </ul> 37 </ul>
38 38
39 <p>There is no need for backward compatibility. People who want that can just use Java 8 as is. The fork is for reactionary programmers who are actively writing code, so the fork should be as clean as possible.</p> 39 <p>There is no need for backward compatibility. People who want that can just use Java 8 as is. The fork is for reactionary programmers who are actively writing code, so the fork should be as clean as possible.</p>
40 </div> 40 </div>
41 </body> 41 </body>