File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
nifty/src/main/java/jme3utilities/nifty Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- Copyright (c) 2018-2023, Stephen Gold
2+ Copyright (c) 2018-2024 Stephen Gold
33 All rights reserved.
44
55 Redistribution and use in source and binary forms, with or without
@@ -28,9 +28,9 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2828
2929import java .util .Locale ;
3030import java .util .logging .Logger ;
31+ import jme3utilities .DsUtils ;
3132import jme3utilities .Validate ;
3233import jme3utilities .math .RectSizeLimits ;
33- import jme3utilities .ui .DsUtils ;
3434
3535/**
3636 * Controller for a text-entry dialog box used to input display dimensions.
Original file line number Diff line number Diff line change 11/*
2- Copyright (c) 2019-2023 Stephen Gold
2+ Copyright (c) 2019-2024 Stephen Gold
33 All rights reserved.
44
55 Redistribution and use in source and binary forms, with or without
@@ -39,6 +39,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3939import java .util .Locale ;
4040import java .util .logging .Level ;
4141import java .util .logging .Logger ;
42+ import jme3utilities .DsUtils ;
4243import jme3utilities .InitialState ;
4344import jme3utilities .MyString ;
4445import jme3utilities .Validate ;
@@ -49,7 +50,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4950import jme3utilities .nifty .dialog .DisplaySizeDialog ;
5051import jme3utilities .ui .ActionApplication ;
5152import jme3utilities .ui .DisplaySettings ;
52- import jme3utilities .ui .DsUtils ;
5353import jme3utilities .ui .InputMode ;
5454
5555/**
You can’t perform that action at this time.
0 commit comments