by Paul January 04, 2004
for sure!! Oh Definately
by paul January 11, 2005
Rap group Bloods and Crips said in song Crippin' Ain't Easy, "I'm killin' snoops in the worst way. Got my BK-47 and it's BK all day.
by Paul January 23, 2004
indulging in a mass debate
by paul February 08, 2005
1. To be of low or dubious quality. Origin: comes from 'whacky', which evolved to 'whacked' or 'whacked out'. Eventually shortened to 'wack'. The 'h' is usually dropped to differentiate the meaning from 'whack', which is to hit something hard or, kill (old wise guy terminology).
by Paul October 13, 2004
by paul July 24, 2003
1: An extended version of java.applet.Applet that adds support for the JFC/Swing component architecture.
2: A small Jap's eye; the male urethral opening.
2: A small Jap's eye; the male urethral opening.
1. import java.awt.*;
import javax.swing.*;
public class JAppletExample extends JApplet {
public void init() {
WindowUtilities.setNativeLookAndFeel();
Container content = getContentPane();
content.setBackground(Color.white);
content.setLayout(new FlowLayout());
content.add(new JButton("Button 1"));
content.add(new JButton("Button 2"));
content.add(new JButton("Button 3"));
}
}
2. "Hit me with that fish one more time and I'll stick barbed wire up your japplet. Bitch."
import javax.swing.*;
public class JAppletExample extends JApplet {
public void init() {
WindowUtilities.setNativeLookAndFeel();
Container content = getContentPane();
content.setBackground(Color.white);
content.setLayout(new FlowLayout());
content.add(new JButton("Button 1"));
content.add(new JButton("Button 2"));
content.add(new JButton("Button 3"));
}
}
2. "Hit me with that fish one more time and I'll stick barbed wire up your japplet. Bitch."
by Paul September 12, 2005