Mercurial Hosting > reactionary
comparison src/laf.html.luan @ 82:d990b7aa68b4
minor
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Mon, 14 Apr 2025 16:26:37 -0600 |
| parents | a990d216add8 |
| children | 76baf48ea36b |
comparison
equal
deleted
inserted
replaced
| 81:a990d216add8 | 82:d990b7aa68b4 |
|---|---|
| 24 <body> | 24 <body> |
| 25 <% needed_header() %> | 25 <% needed_header() %> |
| 26 <div content> | 26 <div content> |
| 27 <h1>Swing Look and Feel</h1> | 27 <h1>Swing Look and Feel</h1> |
| 28 | 28 |
| 29 <p>All existing <a href="https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/">Swing Look and Feels</a> are horrible. A good look and feel would:</p> | 29 <p>All existing <a href="https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/">Swing look and feels</a> are horrible. A good look and feel would:</p> |
| 30 | 30 |
| 31 <ul> | 31 <ul> |
| 32 <li>Have no white space around components. The layout manager should handle this.</li> | 32 <li>Have no white space around components. The layout manager should handle this.</li> |
| 33 <li>Support <code>apple.laf.useScreenMenuBar</code>.</li> | 33 <li>Support <code>apple.laf.useScreenMenuBar</code>.</li> |
| 34 <li>When a text component loses focus, the selection should not disappear and the cursor should just stop blinking.</li> | 34 <li>When a text component loses focus, the selection should not disappear and the cursor should just stop blinking.</li> |
