Skip to content

Commit

Permalink
set up swing demo (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafu888 authored Oct 12, 2021
1 parent 374782d commit 0852556
Show file tree
Hide file tree
Showing 6 changed files with 253 additions and 2 deletions.
13 changes: 13 additions & 0 deletions desktop/SwingDemo/.idea/SwingDemo.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions desktop/SwingDemo/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

194 changes: 194 additions & 0 deletions desktop/SwingDemo/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
package androidx.constraintLayout.desktop.motion;

import androidx.constraintlayout.core.motion.utils.Utils;
package androidx.constraintLayout.desktop.motion;


import org.constraintlayout.swing.MotionLayout;
import org.constraintlayout.swing.MotionPanel;

Expand Down
23 changes: 23 additions & 0 deletions desktop/SwingDemo/core/core.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../../../constraintlayout/core/src">
<sourceFolder url="file://$MODULE_DIR$/../../../constraintlayout/core/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/../../../constraintlayout/core/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/../../../constraintlayout/core/src/test/resources" type="java-test-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" scope="TEST">
<library name="JUnit4">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>
12 changes: 12 additions & 0 deletions desktop/SwingDemo/swing/swing.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../../../constraintlayout/swing/src">
<sourceFolder url="file://$MODULE_DIR$/../../../constraintlayout/swing/src/main/java" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="core" />
</component>
</module>

0 comments on commit 0852556

Please sign in to comment.