- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 13
- Posts with Downvotes
- 8
- Downvoting Members
- 7
18 Posted Topics
why showing me this one my facebook ? :S "messages are temporarily unavailable" | |
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 … | |
Re: Sorry for asking this but i dont understand what this program do can you explain more ? :/ | |
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 | |
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', … | |
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 … | |
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 … | |
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"; … | |
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; /** * * … | |
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 … | |
![]() | Re: 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 … |
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 ! :) | |
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 ? | |
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) … | |
Every time when trying to build gives me this "The project does not have a build script." what to do ??? :/ | |
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 … | |
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 … | |
Re: #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 … |
The End.