Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
updated a copyright at the foot of main window.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Jan 6, 2011
1 parent df8a0b0 commit 6282b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/L5/file.clj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
(.add (JLabel. "<html><p style=\"font-weight: bold; padding-left: 20px;\">Welcome to L5!</p></html>")) (.add (JLabel. "<html><p style=\"font-weight: bold; padding-left: 20px;\">Welcome to L5!</p></html>"))
(.add create-button) (.add create-button)
(.add open-button) (.add open-button)
(.add (doto (JLabel. "Copyright (c) 2010 深町英太郎") (.add (doto (JLabel. "<html><p style=\"font-size: x-small;\">Copyright (c) 2010-2011 深町英太郎</p></html>")
(.setHorizontalAlignment SwingConstants/CENTER))))) (.setHorizontalAlignment SwingConstants/CENTER)))))
(doto frame (doto frame
(.add panel) (.add panel)
Expand Down

0 comments on commit 6282b49

Please sign in to comment.