we have a lot of talented modder here, commentator, Hacker, Cracker and Programmers.
.
.
i like something new i like much better before . we need a big plan.
i like something special ....
.
.
Yes i cannot do own my own ... but if we have opensource program
we are not dependent on this game and we are free to easily modify
what a real problem in the game program.....
.
.
it is easily to identify now ..and more
.
.
What do you think Generals :D
This is OUr Dreams..... Please Help each other and Cooperate ...:D
Right now this is a Prototype .....
and i think the best Programming Language is JAVA Programming Language to make it
and it is a crossplatform PL. ..:D
i'm not good in Object-Oriented Programming language ... but we need to try and code.
Now This is JAVA 1 minute at a time ..:D 2/25/2017
I'm using Latest Netbeans ..:D
.
.
The Making :D
.
" I Know How to START but i did not know how to end ..:D
.
Motto:"
CHALLENGE EVERYTHING "
Motto:"
SLOWLY BUT SURELY Motto:"
NEVER GIVE UPFirst Source code ..:D
For EXIT Button
.
Code:
private void exitgameActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
int confirmed = JOptionPane.showConfirmDialog(null, "Are you sure you want to exit the Game","EXIT?",JOptionPane.YES_NO_OPTION);
if(confirmed == JOptionPane.YES_OPTION)
{
dispose();
}
}
Edited by user Thursday, May 25, 2017 9:01:45 PM(UTC)
| Reason: Not specified