{"id":18350654,"url":"https://github.com/barismeral/java-errorprovider","last_synced_at":"2025-04-09T23:54:34.011Z","repository":{"id":144569609,"uuid":"146121722","full_name":"barismeral/Java-ErrorProvider","owner":"barismeral","description":"Custom Error Provider for Java","archived":false,"fork":false,"pushed_at":"2018-12-28T11:53:55.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T23:54:31.066Z","etag":null,"topics":["java","java-8","java-algorithms","java-application","java-beginner","java-codes","java-developer","java-example","java-exercises","java-framework","java-gui","java-gui-application","java-language","java-library","java-swing"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barismeral.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-25T18:57:11.000Z","updated_at":"2018-08-29T16:45:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"031d6448-c34b-4c38-86b7-d0976a52a566","html_url":"https://github.com/barismeral/Java-ErrorProvider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barismeral%2FJava-ErrorProvider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barismeral%2FJava-ErrorProvider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barismeral%2FJava-ErrorProvider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barismeral%2FJava-ErrorProvider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barismeral","download_url":"https://codeload.github.com/barismeral/Java-ErrorProvider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131452,"owners_count":21052819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","java-8","java-algorithms","java-application","java-beginner","java-codes","java-developer","java-example","java-exercises","java-framework","java-gui","java-gui-application","java-language","java-library","java-swing"],"created_at":"2024-11-05T21:27:58.241Z","updated_at":"2025-04-09T23:54:33.990Z","avatar_url":"https://github.com/barismeral.png","language":"Java","readme":"# Java-ErrorProvider\nYoutube link https://youtu.be/lMtFVxjdaGM\nCustom Error Provider for Java\n\n# Easy use\n# use of:\n\u003ccode\u003e\n//we first need a Jframe and JTextField\n\nJFrame frame = new JFrame();\nJTextField jtextField = new JTextField(); \u003ccode/\u003e\n\n// set frame\nframe.setSize(300,300);\n        frame.setDefaultCloseOperation(3);\n        frame.setlocationRelativeTo(null);\n        frame.setVisible(true);\n\n\n//set jTextField\n\njTextField.setBounds(50,50,100,20);\n\n\n// Create an JErrorProvider object \n JErrorProvider errorProvider = new JErrorProvider();\n\n// set errorProvider\n errorProvider.setProvider(jtextField) \n\n//Add textField and errorProvider in frame\nframe.add(textField);\n      frame.add(errorProvider.getErrorProvider());\n\n\n//JErrorProvider Methods\n\npublic void setProvider(JTextField jtextfield) // set provider\npublic void disableIcon() // disible icon\npublic void stop() // stopped animate icon\npublic void visibleOkIcon() // visibled ok icon\npublic void startAnimatedError() // started animate error icon \npublic Component getProvider() // returned errorprovider\npublic void setToolTipText(String text) // set Tooltip text\n\u003c/code\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarismeral%2Fjava-errorprovider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarismeral%2Fjava-errorprovider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarismeral%2Fjava-errorprovider/lists"}