Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #2K
~10.1K People Reached
Favorite Tags

28 Posted Topics

Member Avatar for smachee

[CODE] public class TestScores { public TestScores(int[] arg) { System.out.println(average(arg)); } public int average(int[]arg) { int temp=0; for (int i = 0; i < arg.length; i++) { if(arg[i]<0 || arg[i]>100) { IllegalArgumentException e = new IllegalArgumentException(); throw e; } else { temp+=arg[i]; } } return temp/arg.length; } public static void …

Member Avatar for patrick_25
0
5K
Member Avatar for maco1000

I dont think it is that. Try out Realtek HD sound manager, it might work with that soundcard...

Member Avatar for crunchie
0
134
Member Avatar for gavalipm

Make a Lua script editor with syntax highlighting. You might also want an English lesson...

Member Avatar for jon.kiparsky
-4
75
Member Avatar for nickguletskii

I have purchased a new laptop, Acer Aspire 5738z a year ago. Since the second month of using it, I wondered why the maximum Graphics Memory in Use is 128 MB... Am I misunderstanding what "up to 1244mb Mobile Intel GMA 4500m" means? Thanks in advance... [QUOTE] Intel(R) Graphics Media …

Member Avatar for dee101g
-1
426
Member Avatar for Agent Cosmic

[URL="http://download.oracle.com/javase/tutorial/"]Official Java tutorials are located here.[/URL]

Member Avatar for jon.kiparsky
0
116
Member Avatar for junichiro90

If I did understand you right, you might want to use JSON: [URL="http://www.json.org/java/index.html"]JSON for Java[/URL]

Member Avatar for JamesCherrill
0
126
Member Avatar for jk_bscomp
Member Avatar for anushri

Gonna fix it for you... If you can't even spot such a simple error... What were you saying about some "banking purposes"? Looks like a piece of rubbish. Not organised. Variables aren't correctly named.

Member Avatar for nickguletskii
0
170
Member Avatar for muniba

[CODE] contentPane.add(phasePanel, BorderLayout.SOUTH); contentPane.add(toolBar, BorderLayout.NORTH); contentPane.add(picture1, BorderLayout.WEST); contentPane.add(picture2, BorderLayout.EAST); contentPane.add(bar, BorderLayout.NORTH); contentPane.add(toolBar, BorderLayout.CENTER);[/CODE] phasePanel toolBar bar Are not initialised: [CODE] private JPanel phasePanel; static JPanel contentPane; private static JMenuBar bar; private JPanel picture1; private JPanel picture2; private Component toolBar;[/CODE]

Member Avatar for nickguletskii
0
121
Member Avatar for neti1987

This looks like incompatibility between libraries, Java and Windows versions. Make sure you get versions of the products that match versions.

Member Avatar for neti1987
0
283
Member Avatar for nickguletskii

I am trying to do a very large recursive operation, but it just hangs up. IS there any way of pausing t for some time, then make it continue? Thanks in advance.

Member Avatar for nickguletskii
0
91
Member Avatar for nickguletskii

I am trying to use Lua in one of my C++ projects, but I get errors: [QUOTE] **** Build of configuration Debug for project MacroLua **** **** Internal Builder is used for build **** g++ -LD:\Program Files\Lua\5.1\lib -oMacroLua.exe MainLuaTest.o MainLuaTest.o: In function `main': C:/Users/s/MacroLua/MacroLua/Debug/../MainLuaTest.cpp:11: undefined reference to `luaL_newstate' C:/Users/s/MacroLua/MacroLua/Debug/../MainLuaTest.cpp:14: undefined …

Member Avatar for nickguletskii
0
419
Member Avatar for james chaco

Excuse me, but if executables cant run, then system restore cant... THINK!!! It once happened to me...

Member Avatar for nickguletskii
0
468
Member Avatar for Crafty
Member Avatar for chrishea
Member Avatar for Revka

Ok. What is its model? Is it Optiarc? I think it is a common issue for Sony products...

Member Avatar for Suspishio
0
218
Member Avatar for scorso

If it had Realtek HD Sound Manager, try reinstalling it. If you did not, try installing it.

Member Avatar for kaninelupus
0
195
Member Avatar for nickguletskii

I am trying to install FSX on my computer. I tried 10 times already, but still I get the same error for the same file. I get "File does not exist or is not accessible" or something like that. It does it always at file "D:\Program Files\Microsoft Games\Microsoft Flight Simulator …

Member Avatar for Rik_
0
85
Member Avatar for Cevans52

Yes, low level tools will help. But they are dead hard to find, which work with your hard drive. They dont grow on trees.

Member Avatar for kaninelupus
0
137
Member Avatar for anjali7

Always have a Linux Booatable CD/Flash drive. It should help you. And can you access boot menu?

Member Avatar for kaninelupus
0
137
Member Avatar for alvaror

try downloading from a different mirrors without download accelerators.

Member Avatar for alvaror
0
53
Member Avatar for witchyhugs

That might be a virus. Try scanning for viruses and if does not help reinstall windows.

Member Avatar for witchyhugs
0
108
Member Avatar for nickguletskii

Good morning. I have a new Acer 5738Z Laptop, and I seem to have problems with the igfx driver. It always stops working. I do not want to change my drivers either. Any ideas how to resolve this? Thanks in advance!

Member Avatar for kaninelupus
0
172
Member Avatar for NSHARR
Member Avatar for jahmaka
Member Avatar for Rik_
0
98
Member Avatar for Nickair
Member Avatar for Tombo007

Try making an UBUNTU live CD. Hope it helps! Oh, and it should work... If it wont boot up, it will still give you a log of what has gone wrong and will suggest a few things to try out.

Member Avatar for nickguletskii
0
168
Member Avatar for nickguletskii

Toxic. When I set look and feel, and have a static JProgressBar, the look and feel resets to "Metal". Anybody, please explain this behaviour.:@ :icon_mad:

0
59

The End.