Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for rickilambert

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 but to no avail, can anyone please help a man in need ;) Logfile …

Member Avatar for jholland1964
0
98
Member Avatar for rickilambert

This is the error message i get when i try and use the foor loop, cannot find symbol - variable split result [CODE]for(int i=0;i<=216;i=i+3){ MyPanel.txtbyellowentry.setText(splitresult[i+2]) ; MyPanel.txtbgreenentry.setText(splitresult[i+2]) ;[/CODE] What i am doing is, in my other class(matchlist) i am using a stringbuilder to send a group of matches to a …

Member Avatar for jwenting
0
89
Member Avatar for rickilambert

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 MatchList class also? when i try it says '{' expected

Member Avatar for jwenting
0
64
Member Avatar for rickilambert

ok, im trying to use the set text method and the code im using it on looks as follows; [CODE]/** Convert the stringbuilder into an actual string, then return it */ String completeMatchList = matchList.toString(); String [] splitresult; String name = matchList.toString(); splitresult= name.split("\\s"); //txtbgreenentry.setText(splitresult[0]); //txtbyellowentry.setText(splitresult[0]); /** System.out.println(splitresult[5]); - this …

Member Avatar for Ezzaral
0
2K
Member Avatar for rickilambert

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 and away, how do i send the valeus for the home team to …

Member Avatar for VernonDozier
0
84