Search:

Type: Posts; User: cnmeysam

Page 1 of 9 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    839

    Re: sql server update picture in java swing

    this method did not solve my problem
  2. Replies
    2
    Views
    839

    sql server update picture in java swing

    Why when I update one row in the database, all the options are updated correctly, but the image of another row is edited.

    For example, I edit ID number 1, the date is edited correctly, but the...
  3. Remove extra letters from the end of the text

    this is my code

    create a class name "NumberToPersianWords"




    package ClasAndMain;

    public class NumberToPersianWords {
  4. Replies
    3
    Views
    1,732

    Re: api for speech recognition

    I found api for voice recognition to convert text to voice and voice to text but unfortunately I could not find who is speaking
  5. Replies
    3
    Views
    1,732

    Re: api for speech recognition

    Is there anyone who can guide?
  6. Replies
    3
    Views
    1,732

    api for speech recognition

    i need an api and source for detect who is talking
    Does anyone know the source and API?
  7. Replies
    1
    Views
    1,139

    [SOLVED] cannot find symbol symbol: constructor ()

    i can't understand why show me this error please guide mee

    cannot find symbol
    symbol: constructor ()

    cannot infer type arguments for HashMap<K,V>
    reason: cannot use '<>' with anonymous...
  8. Replies
    1
    Views
    1,009

    [SOLVED] Re: get system info

    import oshi.SystemInfo;
    import oshi.hardware.HardwareAbstractionLayer;
    import oshi.software.os.OperatingSystem;


    CPU Temperature


    SystemInfo si = new SystemInfo();
    ...
  9. Replies
    1
    Views
    1,009

    [SOLVED] get system info

    hi
    how i can get my system info in java se
    like


    cpu=Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz
    ram=Bank label: BANK 0, Capacity: 4 GiB, Clock speed: 1.6 GHz, Manufacturer: Samsung, Memory...
  10. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    do you have any solution for fix this? Even if it is not like the IDE generator!:D

    --- Update ---

    It is enough To stick the datePanels to the extends JPanel From left and right and up and down
  11. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    How should the upper text box size change like the lower text box when adjusting? i cant find in class how i must set datePanels to extends JPanel like jtext and button Which is set datePanels with...
  12. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    in Gregory date after getDate show this
    Tue May 04 00:00:00 IRDT 2021
    in Hijra date after getDate show this
    Hijrah-umalqura AH 1442-09-22
    and now get date from jtext if like Gregory set...
  13. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    now i don't know how i must fix this code


    public HijrahDate getDate() {
    try {
    return getDefaultDateFormat().parse(formatted);// this part must be remove it is for...
  14. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    yes and i think after that just i have one problem and finish this god damn project:D

    --- Update ---

    It took me a lot of time and energy to get a free component and publish it and make it...
  15. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    i think return new Date(); return new date in gregorian date
    but i don't know return getDefaultDateFormat().parse(formatted); return what?! if i know maybe i can fix this problem
  16. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    I have tried to create it before but could not create it
    this is spell: HijrahDate


    HijrahDate hijrahDate = HijrahDate.now();
    HijrahDate today = HijrahChronology.INSTANCE.date(1442, 10, 15);
    ...
  17. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    hijridate

    --- Update ---


    DEFAULT_DATE_FORMAT = "yyyy/MM/dd"
    something like this


    String getHDateString() { // ADDED
  18. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    i need value inside datetext.getText();

    --- Update ---

    cannot find symbol
    symbol: method getText()
    location: variable hijrahextendsJPanel1 of type HijrahextendsJPanel

    --- Update ---
  19. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    void getText(String string) {
    datetext.getText(string);
    }

    no suitable method found for getText(String)
    method JTextComponent.getText(int,int) is not applicable
    (actual...
  20. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    Any text written inside the text box is of date type like 1442/10/21
    and getDate print hijri year and Gregorian month and day

    --- Update ---


    ...
  21. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    ok perfectly i add string and date now i can use both of them :D

    --- Update ---

    now how i must fix get text when i user hijri.getText();


    boolean getText() {
    throw new...
  22. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    method setText in class JTextComponent cannot be applied to given types;
    required: String
    found: no arguments
    reason: actual and formal argument lists differ in length

    now how i can fixe...
  23. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    when use hijridate class as component in other form i see a hijri date chooser some times i need set a date in the hijri date chooser text like when i load date from database and when use...
  24. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    it's fixed i jut must change this part of code I should have written 1 instead of da


    HijrahDate hijrahDate = HijrahChronology.INSTANCE.date(ye, mo, 1);
    for set first day of month


    private...
  25. Replies
    283
    Views
    11,022

    [SOLVED] Re: library for Hijra date chooser

    Unlike you, I always work at night and sleep during the day. I am always talking to you from 10 pm to 3:45 am.
    Because I concentrate better in silence now here is 2:02 AM
    The interesting thing is...
Results 1 to 25 of 224
Page 1 of 9 1 2 3 4