Skip to content

Instantly share code, notes, and snippets.

@ino76
ino76 / Displej_projekt_.idea_libraries_src.xml
Created December 26, 2016 15:40
Last project in Java book from mr. Pecinovsky(Java 7: učebnice objektové architektury pro začátečníky). Its a digital display that emulates real blocks of segment display. Every number is represented by binary code where '1' means that segment is on and '0' that segment is off.
<component name="libraryTable">
<library name="src">
<CLASSES />
<JAVADOC />
<SOURCES>
<root url="file://$PROJECT_DIR$/src" />
</SOURCES>
</library>
</component>