- Видео 39
- Просмотров 961
Online Learning
Индия
Добавлен 11 сен 2022
Warm Welcome to Online Learning. On This Channel we are focusing on creating tutorials for engineers, software developers, programmers, Coders, undergraduates, graduates. We cover topics for all different skill levels, so whether you are a beginner or have some years of experience, this channel will have something for you.
5- Programming with java|| What is dashboard & how to create it?
A dashboard is a visual interface that displays key information in an organized and clear way. Dashboards can be used in a variety of settings, including businesses, websites, and homes.
Dashboards can help users make informed decisions quickly and easily. They can be used to:
Monitor metrics
Dashboards can help users monitor many metrics at once, such as website traffic, marketing performance, financial metrics, or public health data.
Identify trends
Dashboards can help managers and executives identify trends and monitor efficiency.
Track progress
Dashboards can help businesses track their progress towards specific goals or KPIs.
Dashboards can be customized to include data of all sorts wit...
Dashboards can help users make informed decisions quickly and easily. They can be used to:
Monitor metrics
Dashboards can help users monitor many metrics at once, such as website traffic, marketing performance, financial metrics, or public health data.
Identify trends
Dashboards can help managers and executives identify trends and monitor efficiency.
Track progress
Dashboards can help businesses track their progress towards specific goals or KPIs.
Dashboards can be customized to include data of all sorts wit...
Просмотров: 22
Видео
4- Programming with java || How to create a login Registration and connect with database?
Просмотров 247 часов назад
🔔 Don't forget to turn on notifications so you never miss a new lesson or update. 👍 Like, Comment, and Share with others who are passionate about learning and growing their knowledge. Join our community of learners today and take your skills to the next level!
3- Programming with java || How to create a login form and connect with database?
Просмотров 3819 часов назад
🔔 Don't forget to turn on notifications so you never miss a new lesson or update. 👍 Like, Comment, and Share with others who are passionate about learning and growing their knowledge. Join our community of learners today and take your skills to the next level! 🌟
2- Programming with Java || how to install xampp and jdbc ?
Просмотров 3521 час назад
To install XAMPP and JDBC, first download and install XAMPP on your system, then separately download the appropriate JDBC driver for your database (like MySQL Connector/J) and add it to your Java project's classpath by placing the JAR file in the correct directory; essentially, you install XAMPP as a standalone server and then integrate the JDBC driver to connect your Java application to the My...
1- Programming with java || What is JDBC ?
Просмотров 5021 час назад
JDBC stands for Java Database Connectivity, which is a Java API that allows applications to connect to databases and execute queries. It provides a standard API for database and tool developers, making it possible to write database applications using a pure Java API. Here are some things you can do with JDBC: Access databases and spreadsheets Access enterprise data stored in relational database...
17- Programming with java || How to create Dashboard form using Scene Builder 2?
Просмотров 2714 дней назад
🔔 Don't forget to turn on notifications so you never miss a new lesson or update. 👍 Like, Comment, and Share with others who are passionate about learning and growing their knowledge. Join our community of learners today and take your skills to the next level! 🌟
16- Programming with java || How to create Dashboard form using Scene Builder?
Просмотров 3914 дней назад
🔔 Don't forget to turn on notifications so you never miss a new lesson or update. 👍 Like, Comment, and Share with others who are passionate about learning and growing their knowledge. Join our community of learners today and take your skills to the next level! 🌟
15- Programming with java || How to create Registration form using Scene Builder?
Просмотров 3221 день назад
🔔 Don't forget to turn on notifications so you never miss a new lesson or update. 👍 Like, Comment, and Share with others who are passionate about learning and growing their knowledge. Join our community of learners today and take your skills to the next level! 🌟
14 - Programming with java || How to create Registration form using Scene Builder?
Просмотров 2421 день назад
🔔 Don't forget to turn on notifications so you never miss a new lesson or update. 👍 Like, Comment, and Share with others who are passionate about learning and growing their knowledge. Join our community of learners today and take your skills to the next level! 🌟
13- Programming with java || How to create login form using Scene Builder?
Просмотров 6921 день назад
🔔 Don't forget to turn on notifications so you never miss a new lesson or update. 👍 Like, Comment, and Share with others who are passionate about learning and growing their knowledge. Join our community of learners today and take your skills to the next level! 🌟
12 - Programming with java || What is Scene Builder and How to configure it?
Просмотров 4028 дней назад
Scene Builder is a visual layout tool that allows users to design user interfaces (UIs) for JavaFX applications without coding. It's a drag-and-drop tool that generates FXML, an XML-based markup language, for the layout as the user builds it. Here are some features of Scene Builder: Drag and drop: Users can drag and drop UI components onto a work area to design the layout Modify properties: Use...
11- Programming with Java || What are Table, FlowLayout, BorderLayout and ScrollLayout in JavaFX?
Просмотров 2728 дней назад
1- Table In JavaFX, tables are typically represented by the TableView control. It is used to display tabular data in a grid format, similar to a spreadsheet. Key Features: Supports columns and rows for data. Can handle large datasets efficiently with features like lazy loading. Allows for cell customization through TableColumn and CellFactory. Provides sorting and filtering capabilities. 2. Flo...
10- Programming with java || What are ListView, HBox, VBox and Pagination in JavaFX?
Просмотров 21Месяц назад
In JavaFX, a ListView is a UI control that displays a scrollable list of items where users can select one or more options, while HBox and VBox are layout containers that arrange child elements horizontally (HBox) or vertically (VBox), and Pagination is a control used to navigate through multiple pages of content within an application, allowing users to view only a portion of data at a time. Exp...
9- Programming with Java || What are DatePicker, ColorPicker, File Chooser and Tooltip in JavaFX?
Просмотров 30Месяц назад
🔔 Don't forget to turn on notifications so you never miss a new lesson or update. 👍 Like, Comment, and Share with others who are passionate about learning and growing their knowledge. Join our community of learners today and take your skills to the next level! 🌟
8 -Programming With Java || what is HTMLEditor in javaFX?
Просмотров 24Месяц назад
8 -Programming With Java || what is HTMLEditor in javaFX?
7- Programming with java || What is WebView Hyperlink ScrollBar and ToggleButton in JavaFX?
Просмотров 40Месяц назад
7- Programming with java || What is WebView Hyperlink ScrollBar and ToggleButton in JavaFX?
6- Programming with Java || What is ImageView and Slider in JavaFX?
Просмотров 22Месяц назад
6- Programming with Java || What is ImageView and Slider in JavaFX?
5- Programming with Java || What is RadioButton, CheckBox, CombooBox,ChoiceBox in javaFX
Просмотров 32Месяц назад
5- Programming with Java || What is RadioButton, CheckBox, CombooBox,ChoiceBox in javaFX
4- Programming with java || What is Text Field in Javafx?
Просмотров 15Месяц назад
4- Programming with java || What is Text Field in Javafx?
3- Programming with Java || What is Label in JavaFX
Просмотров 22Месяц назад
3- Programming with Java || What is Label in JavaFX
2 - Programming with java || What is button in javafx
Просмотров 20Месяц назад
2 - Programming with java || What is button in javafx
1- Programming with Java || What is JavaFx?
Просмотров 112Месяц назад
1- Programming with Java || What is JavaFx?
8 JDBC & Swing project || How to insert data to Database?
Просмотров 83 месяца назад
8 JDBC & Swing project || How to insert data to Database?
7 JDBC & Swing project || How to create a Room form in Java and connect it to DB?
Просмотров 83 месяца назад
7 JDBC & Swing project || How to create a Room form in Java and connect it to DB?
6 JDBC & Swing project || How to create a login form in Java and connect it to DB?
Просмотров 94 месяца назад
6 JDBC & Swing project || How to create a login form in Java and connect it to DB?
5 JDBC & Swing project || How to create a login form in Java and connect it to DB?
Просмотров 74 месяца назад
5 JDBC & Swing project || How to create a login form in Java and connect it to DB?
4 JDBC & Swing project || How to create a login form in Java and connect it to DB?
Просмотров 64 месяца назад
4 JDBC & Swing project || How to create a login form in Java and connect it to DB?
3 JDBC & Swing project || How to create a login form in Java and connect it to DB?
Просмотров 94 месяца назад
3 JDBC & Swing project || How to create a login form in Java and connect it to DB?
2 JDBC & Swing project || How to connect database to java file?
Просмотров 114 месяца назад
2 JDBC & Swing project || How to connect database to java file?
Thanks for the breakdown! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
❤❤
please create an exe file from javafx project with sqlite db.
Lessons about creating project-based JavaFX applications are still ongoing. Please keep following the course, and the required topics will be covered soon.
❤❤