~w-shackleton/patchworker/trunk

« back to all changes in this revision

Viewing changes to src/uk/digitalsquid/patchworker/ui/AboutDialog.java

  • Committer: William Shackleton
  • Date: 2011-09-10 14:38:01 UTC
  • Revision ID: w.shackleton@gmail.com-20110910143801-llw24zsh5ww5wonm
Renamed namespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * If not, see <http://www.gnu.org/licenses/>.
19
19
 */
20
20
 
21
 
package uk.digitalsquid.ninepatcher.ui;
 
21
package uk.digitalsquid.patchworker.ui;
22
22
 
23
23
import java.awt.BorderLayout;
24
24
import java.awt.event.WindowEvent;