New Posts  All Forums:

Posts by Yeong

Quote:Originally Posted by gatornation240 I thought the samething when I first started up my pc, It's a feature to save power, 2nd card cuts on once you start gaming (fullscreen)Means that its not a problem of any hardware ? And the...
guys , i had installed 2 gigabyte 7770 on my desktop with a Asus Sabertooth 990fx with AMD fx6100 @ 4.71 ghz and a Corsair H100 .My PSu is CM silent pro gold 1000w . I found that my second graphic card which located at third slot , its...
Code: import javax.swing.*; import java.awt.*; import java.awt.event.*; public class ButtonGUI extends JFrame implements ActionListener{ private JButton button1; private JButton button2; public ButtonGUI(String title){ ...
What to fill in the attribute place ? and what value i have beside the methods ? Question > Suppose you have an Object A , with a public methods a() , b() , and private method c() . And suppose you have a subclass of A named B wth...
AMD had just officially launch their piledriver on 17th OCT . But as i know it only available in US . When will it available in other country ?
I had done with it and its works ! Thank you so much !
then what should i type to let it print out ? system.print.ln (m-n ??)
Quote:Originally Posted by Fantasy  You can't inherit from a class that has arguments in the constructor . You need to have an empty constructor to overload the other constructor that has arguments. so do this Code: public class C...
Quote:Originally Posted by Fantasy just create another class and make it inherit from class C and then override it. and please for the love of god PEOPLE stop naming classes and variables like this (C, x, y, r, f, n). for the love...
New Posts  All Forums: