Changeset 5210 for lang/java/lib2chj/trunk/lib2chj/src/main
- Timestamp:
- 01/22/08 06:23:19 (5 years ago)
- Location:
- lang/java/lib2chj/trunk/lib2chj/src/main
- Files:
-
- 3 modified
-
assembly/dep.xml (modified) (1 diff)
-
java/lib2chj/SimpleGUI.java (modified) (2 diffs)
-
resources/lib2chj/thread_layout.vm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/java/lib2chj/trunk/lib2chj/src/main/assembly/dep.xml
r5035 r5210 11 11 <unpack>true</unpack> 12 12 <scope>runtime</scope> 13 <excludes>14 <exclude>junit:junit</exclude>15 <exclude>junit-addons:junit-addons</exclude>16 </excludes>17 13 </dependencySet> 18 14 </dependencySets> -
lang/java/lib2chj/trunk/lib2chj/src/main/java/lib2chj/SimpleGUI.java
r5036 r5210 246 246 this.setSize( new Dimension( 800, 600 ) ); 247 247 this.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE ); 248 this.setTitle( "2ch Simple GUI" ); 248 249 } 249 250 … … 279 280 } 280 281 282 @Override 281 283 public Component getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, 282 284 boolean cellHasFocus ) { -
lang/java/lib2chj/trunk/lib2chj/src/main/resources/lib2chj/thread_layout.vm
r4917 r5210 2 2 <h1 style="color:red;font-size:larger;font-weight:normal;margin:-.5em 0 0;">${age.thread.title}</h1> 3 3 <dl> 4 #foreach( $c in $comments )4 #foreach( $c in $comments ) 5 5 <dt> 6 6 ${c.num}:<font color=green>${util.reverseBoldTag($c.name)}</font> ${c.date} ${c.id}
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)