Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
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

18 Posted Topics

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
126
Member Avatar for Pobunjenik

Sorry for asking this but i dont understand what this program do can you explain more ? :/

Member Avatar for Pobunjenik
0
477
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
193
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
176
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
254
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
214
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
330
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
415
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
285
Member Avatar for Ralphael

im using this method i hope it helps: public void sound(String nm) { AudioStream BGM; try { InputStream test = new FileInputStream(nm + ".wav"); BGM = new AudioStream(test); AudioPlayer.player.start(BGM); //MD = BGM.getData(); //loop = new ContinuousAudioDataStream(MD); } catch (IOException ex) { JOptionPane.showMessageDialog(null, "File can't be found"); } } and insert …

Member Avatar for stultuske
0
974
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
437
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
182
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
205
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
72
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 tux4life
0
358
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
259
Member Avatar for FtKShadow

#include <iostream> #include <ctime> using namespace std; int main() { int dice; int money=10; int num; int answer; char roll; { cout<<"Your bank is $" << money << endl; cout<<"Please enter your guess for the next roll. It only costs $1.00 to play, If you are correct I will pay …

Member Avatar for StefanRafa0
0
3K

The End.