Skip to content

Commit

Permalink
tagged classes and methods as deprecated that have been moved to othe…
Browse files Browse the repository at this point in the history
…r modules
  • Loading branch information
astrapi69 committed Sep 13, 2023
1 parent 837c88a commit 2ffc7fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
/**
* The class {@link GraphicsDeviceExtensions} helps you if the user have more than one screen to
* determine which screen is currently shown.
* @deprecated use instead the same name class in module awt-extensions
*/
public class GraphicsDeviceExtensions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
*
* @author Asterios Raptis
* @version 1.0
* @deprecated use instead the same name class in module awt-extensions
*/
public class ScreenSizeExtensions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

/**
* The class {@link AwtExtensions}
* @deprecated use instead the same name class in module awt-extensions
*/
public final class AwtExtensions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public static void copyToClipboard(JTextArea textArea)
*
* @param value
* the {@link String} object to the clipboard
* @deprecated use instead the same name method in same name class in module awt-extensions
*/
public static void copyToClipboard(String value)
{
Expand Down

0 comments on commit 2ffc7fd

Please sign in to comment.