Forum: Viruses, Spyware and other Nasties Apr 30th, 2009 |
| Replies: 9 Views: 448 thank you very much for your time, and giving me your help, it has been greatly appreciated
ricki |
Forum: Viruses, Spyware and other Nasties Apr 30th, 2009 |
| Replies: 9 Views: 448 i have 9 instances of chrome as it makes a new instance for every tab, that is what chrome does
i defragged the other week and also did a full scan and fix with cc cleaner about a week ago, maybe... |
Forum: Viruses, Spyware and other Nasties Apr 30th, 2009 |
| Replies: 9 Views: 448 Thanks for the reply, the Malware bytes didn't detect anything
here are the 2 log files you requested |
Forum: Viruses, Spyware and other Nasties Apr 29th, 2009 |
| Replies: 9 Views: 448 |
Forum: Viruses, Spyware and other Nasties Apr 29th, 2009 |
| Replies: 9 Views: 448 Pc has become VERY slow and laggy along with a slower net speed all leading me to believe i have some kind of virus/malware problem
i have run avast thorough scan and spybot search and destroy... |
Forum: Java Mar 15th, 2008 |
| Replies: 1 Views: 648 hey, is it possible for me to extend a class after extending jpanel and implementing action listener?
public class MyPanel extends JPanel implements ActionListener
can i make that extend... |
Forum: Java Mar 15th, 2008 |
| Replies: 4 Views: 627 yeh i no this, i just dont no how to fix it, is there anychane you could point me to a resource online so i can adopt and modify it, or could you give me another example so i can use it for... |
Forum: Java Mar 15th, 2008 |
| Replies: 4 Views: 627 This is the error message i get when i try and use the foor loop,
cannot find symbol - variable split result
for(int i=0;i<=216;i=i+3){
MyPanel.txtbyellowentry.setText(splitresult[i+2])... |
Forum: Java Mar 13th, 2008 |
| Replies: 5 Views: 2,867 ao in my matchlist class i need
public MyPanel mp = new MyPanel(); |
Forum: Java Mar 13th, 2008 |
| Replies: 5 Views: 2,867 well i have chnaged the txtb boxes to public and still the same problem, what do i need to change? |
Forum: Java Mar 13th, 2008 |
| Replies: 5 Views: 2,867 ok, im trying to use the set text method and the code im using it on looks as follows;
/** Convert the stringbuilder into an actual string, then return it */
String completeMatchList =... |
Forum: Java Mar 13th, 2008 |
| Replies: 1 Views: 800 Hi, my question is, if i have a text area with a set of printed code,
for example
spurs vs chelsea
man unt vs arsenal
liverpool vs everton
and then underneath i have two text boxes hame... |