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 1
1
/*
2
- Copyright (c) 2018-2023, Stephen Gold
2
+ Copyright (c) 2018-2024 Stephen Gold
3
3
All rights reserved.
4
4
5
5
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
28
28
29
29
import java .util .Locale ;
30
30
import java .util .logging .Logger ;
31
+ import jme3utilities .DsUtils ;
31
32
import jme3utilities .Validate ;
32
33
import jme3utilities .math .RectSizeLimits ;
33
- import jme3utilities .ui .DsUtils ;
34
34
35
35
/**
36
36
* Controller for a text-entry dialog box used to input display dimensions.
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright (c) 2019-2023 Stephen Gold
2
+ Copyright (c) 2019-2024 Stephen Gold
3
3
All rights reserved.
4
4
5
5
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
39
39
import java .util .Locale ;
40
40
import java .util .logging .Level ;
41
41
import java .util .logging .Logger ;
42
+ import jme3utilities .DsUtils ;
42
43
import jme3utilities .InitialState ;
43
44
import jme3utilities .MyString ;
44
45
import jme3utilities .Validate ;
@@ -49,7 +50,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49
50
import jme3utilities .nifty .dialog .DisplaySizeDialog ;
50
51
import jme3utilities .ui .ActionApplication ;
51
52
import jme3utilities .ui .DisplaySettings ;
52
- import jme3utilities .ui .DsUtils ;
53
53
import jme3utilities .ui .InputMode ;
54
54
55
55
/**
You can’t perform that action at this time.
0 commit comments