Search:

Type: Posts; User: jms

Search: Search took 0.09 seconds.

  1. Re: BufferedWritter saves every file as a file type extension

    I think I understand now. Thanks for your help!!! :o
  2. Re: BufferedWritter saves every file as a file type extension

    I'm using Netbeans and I get the id, name and department. If I type, for example, 'try' in the save dialog I get a file that I have to open manually(notepad in windows 10), but if I type 'try.txt' I...
  3. Re: BufferedWritter saves every file as a file type extension

    I included most of the code. The code works for me too, but when i go check the file, the format is in file extension. I've tried txt, me, saf etc and still I get file extension.
  4. BufferedWritter saves every file as a file type extension

    public class main extends javax.swing.JFrame {

    public main() {
    initComponents();
    }

    @SuppressWarnings("unchecked")
    // <editor-fold defaultstate="collapsed"...
  5. Replies
    2
    Views
    793

    Re: help with parameters in FileChooser

    Thanks. Have some errors in the extension filters but I'll look it up. :D
  6. Replies
    2
    Views
    793

    help with parameters in FileChooser

    Hi everyone! I am learning java programming in my spare time and I'm having trouble with some parameters in showSaveDialog. I canīt get the save dialog to appear. Any suggestions will be helpful....
  7. Replies
    4
    Views
    1,153

    Re: Why am I getting the wrong sum in netbeans?

    Thank you very much!!!
  8. Replies
    4
    Views
    1,153

    Re: Why am I getting the wrong sum in netbeans?

    Hi, I have reposted all the codes. It is a small test program for learning. Regards.
  9. Replies
    4
    Views
    1,153

    Why am I getting the wrong sum in netbeans?

    Netbeans is giving me the wrong sum.


    package sum;

    import java.util.Random;

    public class Sum {

    public static void main(String[] args) {
Results 1 to 9 of 9