Search:

Type: Posts; User: androidtvmedan

Search: Search took 0.10 seconds.

  1. Replies
    17
    Views
    27,764

    Sticky: Re: The Problem with Spoon-feeding

    great article. but not all people have good IQ. thats why some full solution will help the people more undestanding. but is ok if the rules in the forum prohibit.
    >:D<
  2. Re: convert date format from 2017-09-21 to jtextbox

    Hi, the problem is solved just put the part1 inside jcmbyear
    jCmbYear.setSelectedItem() = part1; -----> jCmbYear.setSelectedItem(part1);
  3. Replies
    2
    Views
    780

    Re: pls i need help badly

    Hi RAS ABERGA,
    based on your question, it seem you are realy zero about java programming. at least you try some code and show your code in this forum, if got any problem. and we can help you.. :D
  4. Replies
    2
    Views
    819

    Re: Hello, Need Help Please.

    Hi MiraMarcos,
    is this what you want?

    See: http://www.javaprogrammingforums.com/cafe/9544-problem-spoon-feeding.html
  5. Re: convert date format from 2017-09-21 to jtextbox

    Hi Norm,
    I did this but got error


    String Status;
    String TGL,part1,part2,part3;
    jCmbType.setSelectedIndex((int)jTable1.getModel().getValueAt(row, 0));
    ...
  6. Re: Need help For Assignment (Problem with Loop Control Structure)

    Hi Newja,
    the problem you can't back to main menu because your main menu isn't in a loop state. that why it keep repeated on order menu....
  7. convert date format from 2017-09-21 to jtextbox

    Hi,
    how to convert date value from 2017-09-21 to jtextbox?

    example date value is 2017-09-21 then it converted to 3 jtextbox whiches become
    jtextbox1 = 21
    jtextbox2 = 09
    jtextbox3 = 2017?
    ...
  8. Re: please help to solve number display in E7

    Hi Norm,
    after i post this forum and with help of your suggestion . suddenly googling at this website
    https://tips4java.wordpress.com/2008/10/11/table-format-renderers/

    and everything is solved....
  9. Re: please help to solve number display in E7

    Hi Norm, please apologize hehe here the better one


    private void GridListing() {
    try {
    statement = DBConnections.getDBConnectionSys().createStatement();
    ...
  10. Re: please help to solve number display in E7

    private void GridListing() {
    try {
    statement = DBConnections.getDBConnectionSys().createStatement ();
    if (jSearchBy1.getSelectedItem() == "Kode Jurnal")
    Criteria = " WHERE journal_no Like '" +...
  11. Re: please help to solve number display in E7

    Hi Norm, I knew that function but how to apply to my code below?
    int Numrow = 0;
    int Numrow1 = 0;
    int MaxProgress = 100;
    //
    ResultSet rs= statement.getResultSet();
    ResultSetMetaData md =...
  12. Re: please help to solve number display in E7

    Hi Norm,
    thank you for your reply. i don't know where to put the format. since the data display on jtable and using looping line. the data display on jtable consist of string and numeric. please...
  13. please help to solve number display in E7

    Hi, please help.
    i'm having problem in my code, that a number display in E7 example 10.000.000 it display as 1E7.

    here is my code:

    private void GridListing() {
    try {
    ...
Results 1 to 13 of 13