Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
13
Posts with Downvotes
8
Downvoting Members
7
1 Commented Post
0 Endorsements
Ranked #4K
~8K People Reached
Favorite Tags
Member Avatar for StefanRafa0
Member Avatar for happygeek
0
39
Member Avatar for StefanRafa0

Hello guys tommorow ill go to buy new HardDisk ( SSD ) but i dont know which one to buy it and to bee secure fast and save cause i dont want to buy it and than to kidding with safe waranty i have looked some discs and i dont …

Member Avatar for StefanRafa0
0
125
Member Avatar for Pobunjenik

Hello! I've been busy passing exams, but now I'm free to code around again. So, in my usual style! **The goal:** I've been playing some Battlefield 3 during study breaks, and I've often been pissed off by BF3's autobalance mechanism. It's bad. Horrible. It makes me sad. I usually have …

Member Avatar for Pobunjenik
0
473
Member Avatar for StefanRafa0

i have question how do i can write math in java im confuzed by pithagoric theoromy, limes, geometry etc someone show me some exsample im realy interested how that can be made :) Thanks xD

Member Avatar for JamesCherrill
0
187
Member Avatar for StefanRafa0

Hello guys i have started project that i want to translate text from Latin to Cyrillic so i have just this and i dont know how to continue any help will be appreciated - Thanks :) private void TranslateActionPerformed(java.awt.event.ActionEvent evt) { String TextToTranslate = textToTranslate.getText(); char[] latinica = { 'a', …

Member Avatar for StefanRafa0
0
172
Member Avatar for StefanRafa0

helo guys i have problems with start up the PC its to slow i have disabled the start up programs and its still slow i need to wait about 1:30 - 2:00 mins to start working on the PC i have this configuration: Intel i5 - 3570 nVidia GTX 550Ti …

Member Avatar for Reverend Jim
0
251
Member Avatar for StefanRafa0

hello guys im trying to send email from java program but when i pressing the button i get this message: errorjavax.mail.AuthenticationFailedException: failed to connect, no password specified? and here is the code: String username = Username.getText(); String password = Password.getText(); final String username2 = "stefanrafaa@gmail.com"; final String password2 = "my …

Member Avatar for JamesCherrill
0
209
Member Avatar for StefanRafa0

hello i have problem with sending emails i have good SMTP and port but the message cant be sendend gives me this error: Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465, response: -1 and here is the code: final String username = "stefanrafaa@gmail.com"; …

Member Avatar for StefanRafa0
0
323
Member Avatar for StefanRafa0

hello i want to stop the music after pressing other song i tryed much different ways of doing it but no results please anyone help me i have this code ... package passwordsaver1; import java.awt.Dimension; import java.awt.Toolkit; import java.net.URL; import javax.sound.sampled.AudioInputStream; import javax.sound.sampled.AudioSystem; import javax.sound.sampled.Clip; import javax.swing.JOptionPane; /** * * …

Member Avatar for JamesCherrill
0
412
Member Avatar for StefanRafa0

hello guys i want to make progress bar in netbeans i trying with this code but the progres bar doesnt work property just showing 100% when finish and doesnt have animation of doing that progress: public final class Music extends javax.swing.JFrame { public static class Start implements Runnable { @Override …

Member Avatar for mKorbel
0
275
Member Avatar for Ralphael

I am trying to play an mp3 file using the JMF java library and an mp3 codec with the following code but i am getting an error and don know the source package source; import java.io.File; import javax.media.Format; import javax.media.Manager; import javax.media.MediaLocator; import javax.media.Player; import javax.media.PlugInManager; import javax.media.format.AudioFormat; import javax.media.*; …

Member Avatar for stultuske
0
956
Member Avatar for StefanRafa0

somebody know how to make the text which is in the text field on click to disapear ex: If saying "Search" when ill click on the text field the text to disapear and i can write ... Thanks ! :)

Member Avatar for bguild
0
406
Member Avatar for StefanRafa0

how do i make to play sound in my program after turning on i tryed some codes but the song doesnt start ... I maked the song into 10 secounds but still cannot start. anyone help ?

Member Avatar for stultuske
0
180
Member Avatar for StefanRafa0

anyone know how to split the text in txt file i have this... try { String newaccount = NewAccount.getText(); String newaccusername = NewAccUsername.getText(); String newaccpassword = NewAccPassword.getText(); FileWriter filewriter = new FileWriter(newaccount + ".txt"); BufferedWriter out = new BufferedWriter(filewriter); out.write(newaccpassword); out.write(newaccusername); //out.write(newAccount); out.close(); LabelInfo.setText("Account Registered !"); } catch (Exception ex) …

Member Avatar for stultuske
0
202
Member Avatar for StefanRafa0

Every time when trying to build gives me this "The project does not have a build script." what to do ??? :/

Member Avatar for stultuske
0
68
Member Avatar for StefanRafa0

Hello guys im working on program and i stucked at database i need to create some place that will save all information of Account (in some file if can) then read it every time user "Log in" in the program. I tryed searching but i cant get it ... Please …

Member Avatar for mvmalderen
0
353
Member Avatar for StefanRafa0

Hello guys i want to know how i can get the words in C++ like (a,b,c,d,f.....) im making dice game and when player will put word instead of number to tell him "You need to enter number!" #include <iostream> #include <ctime> using namespace std; int main() { int dice; int …

Member Avatar for Lucaci Andrew
0
254
Member Avatar for FtKShadow

I am trying to get my homework assignment to work for class, but I cant seem to get it. Heres the assignment. [QUOTE]Write a program that asks the user to guess the next roll of a six sided die. Each guess costs $ 1. If they guess correctly, they get …

Member Avatar for StefanRafa0
0
3K