Skip to content

Commit b839ed0

Browse files
committed
Happy New Year 2021
1 parent 43abbe1 commit b839ed0

File tree

76 files changed

+103
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+103
-75
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010 - 2020, SciJava developers.
1+
Copyright (c) 2010 - 2021, SciJava developers.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

src/main/java/org/scijava/ui/swing/AbstractSwingUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/StaticSwingUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingApplicationFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingIconService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingStatusBar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingToolBar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/CommandFinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/CommandFinderPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/DialogPromptDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/InspectObjects.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/WatchEvents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/WatchEventsFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/ConsolePanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/ItemTextPane.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/LogFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/LogRecorder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/LogSourcesPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/LoggingPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/ShowConsole.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/SwingConsolePane.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* #%L
44
* SciJava UI components for Java Swing.
55
* %%
6-
* Copyright (C) 2010 - 2020 SciJava developers.
6+
* Copyright (C) 2010 - 2021 SciJava developers.
77
* %%
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/TextFilterField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/InternalFrameEventDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/JMDIDesktopPane.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/ModalInternalFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/SwingMdiDialogPrompt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/SwingMdiUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/WindowsTileVertical.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/viewer/SwingMdiDisplayWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/menu/AbstractSwingMenuCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/menu/SwingJMenuBarCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/menu/SwingJMenuCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/menu/SwingJPopupMenuCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/options/OptionsLookAndFeel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/sdi/SwingDialogPrompt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/sdi/SwingSDIUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/viewer/EasySwingDisplayViewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/viewer/SwingDisplayPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/viewer/SwingDisplayWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/viewer/table/SwingTableDisplayPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/viewer/table/SwingTableDisplayViewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/viewer/text/SwingTextDisplayPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)