November 27, 2024, 11:46:19 PM

1,531,356 Posts in 46,734 Topics by 1,523 Members
› View the most recent posts on the forum.


Last thing you copied and pasta'd?

Started by Beta , September 29, 2008, 03:11:02 AM

previous topic - next topic

0 Members and 2 Guests are viewing this topic.

Go Down

Thyme




Tri4se


Lotos

I don't have anything in my paste thing.  O_0

wawi



superclucky

[08:05] lolomg: ohh hell no .. imm fuck u up 
[08:05] lolomg: u better start eating 
kewns are smelly

Daddy

    //number of buttons *must* be even
    private JPanel create2ColPane(String description,
                                  JRadioButton[] radioButtons,
                                  JButton showButton) {
        JLabel label = new JLabel(description);
        int numPerColumn = radioButtons.length/2;

        JPanel grid = new JPanel();
        grid.setLayout(new GridLayout(0, 2));
        for (int i = 0; i < numPerColumn; i++) {
            grid.add(radioButtons);
            grid.add(radioButtons[i + numPerColumn]);
        }

        JPanel box = new JPanel();
        box.setLayout(new BoxLayout(box, BoxLayout.Y_AXIS));
        box.add(label);
        grid.setAlignmentX(0.0f);
        box.add(grid);

        JPanel pane = new JPanel();
        pane.setLayout(new BorderLayout());
        pane.add(box, BorderLayout.NORTH);
        pane.add(showButton, BorderLayout.SOUTH);

        return pane;


Skylark

[spoiler]These consist of four laws passed by the Federalist Congress and signed by President Adams in 1798: the Naturalization Act, which increased the waiting period for an immigrant to become a citizen from 5 to 14 years; the Alien Act, which empowered the president to arrest and deport dangerous aliens; the Alien Enemy Act, which allowed for the arrest and deportation of citizens of countries at was with the US; and the Sedition Act, which made it illegal to publish defamatory statements about the federal government or its officials. The first 3 were enacted in response to the XYZ Affair, and were aimed at French and Irish immigrants, who were considered subversives. The Sedition Act was an attempt to stifle Democratic-Republican opposition, although only 25 people were ever arrested, and only 10 convicted, under the law. The Kentucky and Virginia Resolutions, which initiated the concept of "nullification" of federal laws were written in response to the Acts.

[/spoiler]
alien and sedition acts not what I want to be doing right now
the book of right on

Matt™

&fmt=18

Do I really need to explain? Well, I guess some of you morons might not know... anyways it enhances quality of youtube videos.

Go Up