mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-08 06:50:56 +03:00
Theme Editor: renamed class FlatThemeEditor to FlatLafThemeEditor because this name is shown in macOS screen menu bar (and to be consistent with FlatLafDemo)
This commit is contained in:
@@ -34,7 +34,7 @@ tasks {
|
|||||||
dependsOn( ":flatlaf-extras:jar" )
|
dependsOn( ":flatlaf-extras:jar" )
|
||||||
|
|
||||||
manifest {
|
manifest {
|
||||||
attributes( "Main-Class" to "com.formdev.flatlaf.themeeditor.FlatThemeEditor" )
|
attributes( "Main-Class" to "com.formdev.flatlaf.themeeditor.FlatLafThemeEditor" )
|
||||||
|
|
||||||
if( JavaVersion.current() >= JavaVersion.VERSION_1_9 )
|
if( JavaVersion.current() >= JavaVersion.VERSION_1_9 )
|
||||||
attributes( "Multi-Release" to "true" )
|
attributes( "Multi-Release" to "true" )
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ package com.formdev.flatlaf.themeeditor;
|
|||||||
*
|
*
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatThemeEditor
|
public class FlatLafThemeEditor
|
||||||
{
|
{
|
||||||
public static void main( String[] args ) {
|
public static void main( String[] args ) {
|
||||||
FlatThemeFileEditor.main( args );
|
FlatThemeFileEditor.main( args );
|
||||||
Reference in New Issue
Block a user