Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
387263f5
Commit
387263f5
authored
Jul 02, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:Elphel/imagej-elphel
Conflicts: src/main/resources/plugins.config
parents
57f9aca9
3d9ac013
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
pom.xml
pom.xml
+6
-2
WindowTools.java
src/main/java/WindowTools.java
+3
-1
plugins.config
src/main/resources/plugins.config
+4
-4
No files found.
pom.xml
View file @
387263f5
...
...
@@ -11,14 +11,18 @@
<version>
1.135
</version>
<relativePath
/>
</parent>
<!--
<properties>
<imagej.app.directory>/data/ImageJ/ImageJ</imagej.app.directory>
</properties>
-->
<groupId>
com.elphel
</groupId>
<artifactId>
imagej-elphel
</artifactId>
<!-- <artifactId>Aberration_Calibration</artifactId> -->
<version>
1.0.0
</version>
<name>
plugins/
ImageJ_E
lphel.jar
</name>
<name>
plugins/
imagej_e
lphel.jar
</name>
<!-- <name>plugins/Aberration_Calibration.jar</name> -->
<description>
A Maven project implementing imagej-elphel plugin
</description>
...
...
src/main/java/WindowTools.java
View file @
387263f5
...
...
@@ -67,7 +67,9 @@ public final class WindowTools {
/* Adds AWT scroll bars to the given container. */
@SuppressWarnings
(
"serial"
)
public
static
void
addScrollBars
(
Container
pane
)
{
public
static
void
addScrollBars
(
GenericDialog
gd
)
{
if
(!(
gd
instanceof
Container
))
return
;
// headless mode
Container
pane
=
(
Container
)
gd
;
GridBagLayout
layout
=
(
GridBagLayout
)
pane
.
getLayout
();
// extract components
...
...
src/main/resources/plugins.config
View file @
387263f5
...
...
@@ -8,9 +8,9 @@
#
# If something like ("<arg>") is appended to the class name, the setup() method
# will get that as arg parameter; otherwise arg is simply the empty string.
#
Process, "Process Pixels", Process_Pixels
Process
,
"Process Pixels"
,
Process_Pixels
Process
,
"Aberration Calibration"
,
Aberration_Calibration
Plugins
,
"Aberration Calibration"
,
Aberration_Calibration
Process
,
"Aberration Correction"
,
Aberration_Correction
#
Plugins, "Aberration Calibration", Aberration_Calibration
#
Process, "Aberration Correction", Aberration_Correction
Process
,
"Eyesis Correction"
,
Eyesis_Correction
Process
,
"JP46 Reader camera"
,
JP46_Reader_camera
#
Process, "JP46 Reader camera", JP46_Reader_camera
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment