Changed "Venissonne!" to "Venison!". No need to be indiscreet.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@445 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -64,7 +64,7 @@ public class VenisonPanel
|
||||
JPanel sidePanel = new JPanel(sgl);
|
||||
|
||||
// add a big fat label because we love it!
|
||||
JLabel vlabel = new JLabel("Venissonne!");
|
||||
JLabel vlabel = new JLabel("Venison!");
|
||||
vlabel.setFont(new Font("Helvetica", Font.BOLD, 24));
|
||||
vlabel.setForeground(Color.black);
|
||||
sidePanel.add(vlabel, VGroupLayout.FIXED);
|
||||
|
||||
Reference in New Issue
Block a user