Jump to content

Goku

Member
  • Posts

    30
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

Profile Information

  • Member title
    Member

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. try dota 2, it's really fun
  2. can you give me a dota 2 invite please? :) http://steamcommunity.com/id/SaikyoN/ saikyoncf@gmail.com
  3. i would like one saikyoncf@gmail.com
  4. here's my Steam profile http://steamcommunity.com/profiles/76561198087163210/
  5. http://steamcommunity.com/profiles/76561198087163210/ ID: SaikyoN
  6. can someone give me a dota 2 beta key, I really want to try that game since I'm a DotA 1 player :)
  7. Goku

    I need help

    so uhh I need help So when I run the program there's a list of numbers so what I want is when I click the numbers (example: 1-25) there's another window that will pop up and say the rating is poor import java.awt.*; import javax.swing.*; import javax.swing.event.*; public class ListTest extends JFrame { private JList numberList; private Container container; private final String numberNames[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100"}; public ListTest() { super( "List Test" ); container = getContentPane(); container.setLayout( new FlowLayout() ); numberList = new JList( numberNames ); numberList.setVisibleRowCount( 5 ); numberList.setSelectionMode( ListSelectionModel.SINGLE_SELECTION ); container.add( new JScrollPane( numberList ) ); numberList.addListSelectionListener( new ListSelectionListener() { public void valueChanged( ListSelectionEvent event ) { } } ); setSize( 350, 150 ); setVisible( true ); } public static void main( String args[] ) { ListTest application = new ListTest(); application.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE ); } }
  8. instead of junk foods why not fruits?
  9. How about the Sandisk Extreme? http://www.sandisk.com/products/usb/drives/extreme/ Up to 190 MB/s** ; write speed lower and varies by capacity.
  10. how about the ttesports theron?
  11. okay I'll stay away from the razer d.a 2013 edition my cousin bought one last week, now it's broken so Logitech G400 vs Roccat savu?
  12. Razer DA 2013 edition vs Razer DA 3.5g what's the difference between these two?
  13. try cherry mx red and blacks switches.
  14. can I have one too? steam ID = GokuCF
×