Skip to content

Commit

Permalink
nifty: solve the missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 14, 2024
1 parent a990d6c commit a9b55b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2018-2023, Stephen Gold
Copyright (c) 2018-2024 Stephen Gold
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -28,9 +28,9 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

import java.util.Locale;
import java.util.logging.Logger;
import jme3utilities.DsUtils;
import jme3utilities.Validate;
import jme3utilities.math.RectSizeLimits;
import jme3utilities.ui.DsUtils;

/**
* Controller for a text-entry dialog box used to input display dimensions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2019-2023 Stephen Gold
Copyright (c) 2019-2024 Stephen Gold
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -39,6 +39,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
import java.util.Locale;
import java.util.logging.Level;
import java.util.logging.Logger;
import jme3utilities.DsUtils;
import jme3utilities.InitialState;
import jme3utilities.MyString;
import jme3utilities.Validate;
Expand All @@ -49,7 +50,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
import jme3utilities.nifty.dialog.DisplaySizeDialog;
import jme3utilities.ui.ActionApplication;
import jme3utilities.ui.DisplaySettings;
import jme3utilities.ui.DsUtils;
import jme3utilities.ui.InputMode;

/**
Expand Down

0 comments on commit a9b55b6

Please sign in to comment.