Find Mahjong Solitaire 2
1 Mahjong Solitaire 2 Loading
2 Mahjong Solitaire 2 Loading
3 Mahjong Solitaire 2 Loading
4 Mahjong Solitaire 2 Loading
5 Mahjong Solitaire 2 Loading
6 Mahjong Solitaire 2 Loading
Questions and Answers
Today 2/26/09 Game server problems in the Mahjong Solitaire Game Room? I have not been able to log into the Mahjong game room since this afternoon. Now 10:24PM. Anyone else having this trouble

luffa replied: "yes its been like that for lik 5 hours and counting"

Nick A replied: "dont play so many videogames! problem solved"

Java Programming Mahjong Solitaire? Ok so for computer programming in school, we have a final project, and we have to write the program for a game, and my game is mahjong solitaire. I've been working on it for a really long time and I'm having a lot of trouble. One thing I'm having trouble with is making my buttons do something. I was wondering if anyone could help me with that, since its due tomorrow. I'm not asking anyone to do it for me, but just a little help would be really appreciated =] here is the code I have so far: import javax.swing.*; import java.awt.*; import java.awt.event.*; public class Game2 extends JFrame implements ActionListener { // global variables private static Container contentPane; JLabel messageLabel; JButton[][] nums; JPanel numsPanel; int buttonNum; public Game2() { contentPane = getContentPane(); setSize(800, 600); setTitle("Mahjong Solitare!"); contentPane = getContentPane(); contentPane.setBackground(Color.blue); contentPane.setLayout(new BorderLayout()); setUpBoard(); } public void setUpBoard() { JPanel topPanel = new JPanel(); topPanel.setLayout(new GridLayout(2,1)); messageLabel = new JLabel(); messageLabel.setText("Match the pieces but only those that" + " are on the left or right side"); topPanel.add(messageLabel); JButton exit = new JButton("Exit"); exit.addActionListener(this); exit.setBackground(Color.black); exit.setForeground(Color.pink); Font fontType = new Font("Serif", Font.BOLD, 18); exit.setFont(fontType); topPanel.add(exit); contentPane.add(topPanel, BorderLayout.NORTH); numsPanel = new JPanel(); numsPanel.setLayout(new GridLayout(6,6)); nums = new JButton[6][6]; buttonNum = 0; for(int r=0;r
digits9 replied: "This is the code that I would use to get the button that fired the action. public void actionPerformed(ActionEvent e) { for (int i = 0; i < nums.length; i++) { for (int j = 0; j < nums[i].length; j++) { if (e.getSource() = nums[i][j]) { // It was that button. buttonNum++; nums[i][j].setBackground(Color......); } } } } That is how I would accomplish the task of performing actions. I used something very similar for a Jeopardy program."

gUh ... replied: "This is the code that I would use to get the button that fired the action. public void actionPerformed(ActionEvent e) { for (int i = 0; i < nums.length; i++) { for (int j = 0; j < nums[i].length; j++) { if (e.getSource() = nums[i][j]) { // It was that button. buttonNum++; nums[i][j].setBackground(Color......); } } } } That is how I would accomplish the task of performing actions. I used something very similar for a Jeopardy program. EASY =)"

Vista Games stopped working, Mahjong, Solitaire etc.? I use windows vista, and i really like the games that come with it, however when i installed a non vista game, (Call of duty 2) something changed , now when i try to run any of the vista games i get a message saying that that file does not have a program associated with it for performing this action, create an association in the Set Associations Control Panel. how do i do this?? i know where that is but i dont know what to do.

Solitaire replied: "Have you done any tweaking or use a 3rd party tweak to remove the shortcut arrow overlays on desktop icons? Removing the shortcut arrows prevents the Games in Game Explorer from opening correctly. But these games will run without problems if you use Start -> All Programs -> Games"

How many hours in a row can you play Solitaire for? Mahjong applies too. I've been playing hearts for 2 hours so far and I can't leave work for an hour and a half yet. I would kill for my xbox >.<

9684 answers replied: "normal: 1/10 of an hour Mah jong: like 1/2 hour spider solitaire: 1 hr Free Cell is the best though."

Margie M replied: "I have played Solitaire for at least three or four hours at a time besides playing other games on my computer into the early hours of the morning. They are very addictive and can't leave them alone once I get started on them."

When I play Pyramids on Yahoo Games I get an email asking me to join HotWebcams017 group. how do I stop this? This also happens when I play MahJong Solitaire. I am not interested in this group and am tired of receiving the emails. Any suggestions on how to eliminate this irritant short of not playing 2 games that I enjoy.

Jared! replied: "Make like an angry toddler and block 'em."

Find More Websites
Popular Tags
Mahjong Solitaire 2 © 2009