Files
openide/plugins/javaFX/resources/fileTemplates/JavaFXApplication.java.html
Aleksandra Zolushkina 57aec91d64 Proofread JavaFX file and code templates
GitOrigin-RevId: e79b5f02b94e501254ebf6568c4525d94c62ae9e
2021-05-14 18:52:57 +00:00

10 lines
300 B
HTML

<html>
<body>
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td colspan="3"><font face="verdana" size="-1">A built-in template for creating a new JavaFX application.</font>
</td>
</tr>
</table>
</body>
</html>