Search:

Type: Posts; User: vikar

Page 1 of 2 1 2

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,649

    Re: [ASK] How to set Location Currency Symbol?

    This piece of the code.

    Method to Formatting the Currency :


    NumberFormat formatrp;
    NumberFormat editrp;
    javax.swing.JFormattedTextField txtHarga;

    private void formatRp() {
  2. Replies
    2
    Views
    1,649

    [ASK] How to set Location Currency Symbol?

    Dear all,

    How to set location of Currency Symbol at end of number? example "1,000.00 $"
    I have look into DecimalFormat, NumberFormat Java class Doc Api, but not solve the problem.
    *Sorry for my...
  3. Replies
    2
    Views
    1,205

    Its Legal Instal Oracle JDK on Linux?

    We all probably already know if use OpenJDK to develop a Enterprise applications will get a lot of bugs / problem, is different when using the Oracle JDK is much more stable.

    The question is...
  4. Replies
    4
    Views
    1,145

    Re: Java Error JInternalFrame on the next showing

    Can I send you the Netbeans Project file that contain the problem?
    Thanks
  5. Replies
    4
    Views
    1,145

    Re: Java Error JInternalFrame on the next showing

    sorry if it makes you confused, this is a new problem, because JDialog is a Top Container and can not replace JInternalFrame function. I tried comparing other programming languages ​​such as Power...
  6. Replies
    4
    Views
    1,145

    Java Error JInternalFrame on the next showing

    I have problem with showing jInternalFrame from another jInternalFrame to JDesktopane, i'm use Netbeans IDE. First show no problem appears but when the jInternalFrame close with dispose() and want to...
  7. [SOLVED] Re: [HELP] How to addTableModelListener to DefaultTableModel from Other Class(JDialog)?

    Problem Solved, Create a Class Object of TableModleListener Interface.
    Thanks.
  8. [SOLVED] [HELP] How to addTableModelListener to DefaultTableModel from Other Class(JDialog)?

    Dear All,

    I have 2 JDialog class, "Data" & "Student". on "Data JDialog Class" have a jTable with DefaultTableModel and implements TableModelListener to calculate grade of student. on "Student...
  9. Replies
    5
    Views
    2,215

    [SOLVED] Re: [HELP] Call JInternalFrame Trouble

    Problem Solved, i'm switch from using JInternalFrame to using JDialog. but New Problem appear, i can't removeTableModelListener() on diferent JDialog. I will post the new problem in new post.
    ...
  10. Replies
    5
    Views
    2,215

    [SOLVED] Re: [HELP] Call JInternalFrame Trouble

    JInternalFrame2 is a Transaction Window & JInternalFrame1 is a Transaction Detail Window, When Add Button pressed in JInternalFrame2, JInternalFrame1 is showing. I use method getInstance() that i...
  11. Replies
    5
    Views
    2,215

    [SOLVED] [HELP] Call JInternalFrame Trouble

    Dear All ,

    Please its support , I have problems to call JInternalFrame from JInternalFrame ,
    Here I am Using one JFrame and JDesktopPane as its ContentPane , then 2 JInternalFrame , following his...
  12. [ASK]How to use JProgressBar for running Task / method()?

    Dear All,

    Maybe colleagues there is one knows how to use JProgressBar for running Task/method()? For this that I know JProgressBar used with a manualy create count repetitions / timer, I think it...
  13. Replies
    1
    Views
    1,367

    Re: JTable RowFilter Problem

    Solved. .. ^_^..
  14. Replies
    1
    Views
    1,367

    JTable RowFilter Problem

    Dear All,

    Please guiding me in trouble with RowFilter in JTable, RowFilter its running when input a text in JTextField. Data in JTable Changed according to the text that is typed in JTextField....
  15. [ASK]How to automatic add Separator Number in JFormattedTextField?

    Dear All,

    How to add automatic Separator Number while typing number in JFormattedTexfield?
    I've used some commands such as :


    JFormattedTextField jFormat= new JFormattedTextField(new...
  16. Replies
    10
    Views
    1,412

    Re: [HELP]Bugs of Java or Wrong Code?

    ok, i will check again. But in Insert Data menu i use uppercase 'INSERT INTO UNIT' run well, no problem found.
    Note : I've tried to change the 'UNIT' to lowercase, but the data in the database...
  17. Replies
    10
    Views
    1,412

    Re: [HELP]Bugs of Java or Wrong Code?

    ok.. thanks before.
  18. Replies
    10
    Views
    1,412

    Re: [HELP]Bugs of Java or Wrong Code?

    sql query run properly, the data in the database was changed according to query. & already me try in phpMyAdmin query run properly. strange problem appears after I use Method SetEnable(false) on...
  19. Replies
    10
    Views
    1,412

    Re: [HELP]Bugs of Java or Wrong Code?

    of course JOptionPane in try block, not the catch block, and there is no SQLException e errors that appear. its database connection class certainly is not null. I made a connection class in use by...
  20. Replies
    10
    Views
    1,412

    Re: [HELP]Bugs of Java or Wrong Code?

    ya, I posted on a few forums to get the answer. because sometimes if just post on one forum, I did not get the answer of my problem.
  21. Replies
    10
    Views
    1,412

    [HELP]Bugs of Java or Wrong Code?

    Dear All,
    What this is bugs of Java or me not to understand java programming, this my piece code :
    String kode = txtKode.getText();
    String nama = inputNama.getText();
    String...
  22. [ASK]How to pass SQLException ResulSet not Allowed Empty

    I'm trying to make to the database checks whether the data already exists, before the new data input. but always fail By "SQLException Not Allowed Empty Result Set" if want input the new data / In...
  23. Replies
    6
    Views
    1,857

    Re: Display Money Separator To jTable

    this my code :

    public final class TransaksiMhs extends javax.swing.JInternalFrame {
    DefaultTableModel tabelModel = new DefaultTableModel();

    static class DecimalFormatRenderer...
  24. Replies
    6
    Views
    1,857

    Re: Display Money Separator To jTable

    can give me sample code, because I am not too understand jTable column render ^_^.
  25. Replies
    6
    Views
    1,857

    Re: Display Money Separator To jTable

    i want to Render Cell to locale Germany, so I can display the numeric data from database to JTable column with format money.
    because the money format separator German same as my country Indonesia,...
Results 1 to 25 of 28
Page 1 of 2 1 2