
Đã đóng
Đã đăng vào
Thanh toán khi bàn giao
I have an existing Java Swing frame that lists data in a JTable. I’d like you to extend that frame (no full refactor) so it keeps the first three legacy columns exactly as they are and adds two new checkbox columns: one for single-select, one for multi-select. Behaviour to build • Load: merge the current GET call with a specific stored procedure I will supply, then set the two new checkbox flags as the rows arrive. • Filters: the small header text fields already present must filter with strict AND logic; results should affect only the rows currently visible in the table. A separate global search box should apply the same AND logic across all visible columns. • Header checkboxes: when a user clicks the checkbox in either new column’s header, toggle that flag for every row that is currently visible (not the filtered-out ones). • Save: reuse the project’s existing dirty-row detection; when the user hits Save, call a different stored procedure—also supplied—sending only the modified row IDs with their updated flags. I will reinstate all labels later, so feel free to drop placeholders that follow the project’s i18n key naming. Keep the frame wired into the current ActionListeners and utility classes so it compiles cleanly inside the module. Deliverables 1. Updated Java class(es) extending the existing frame 2. Custom TableModel (if needed) with dirty-tracking intact 3. JDBC interactions pointing to the two stored procedures (names supplied) 4. Brief setup notes so I can run and test immediately Tools & versions used in the project: Java 8, Swing, TableRowSorter, Maven. Please follow the same stack and coding conventions already present.
Mã dự án: 40266676
93 đề xuất
Dự án từ xa
Hoạt động 6 ngày trước
Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc
93 freelancer chào giá trung bình $126 USD cho công việc này

Hello, As a developer at Our Software, I have extensive experience in CSS, Frontend Development, and JavaScript which makes me uniquely well-suited for your Java Swing Frame extension project. I understand the importance of merging the current GET call with a stored procedure, setting the two new checkbox flags, implementing filters with AND logic, and utilizing dirty-row detection for efficient results. This falls neatly within my skill set and I'm confident I can deliver high-quality work that meets all your requirements. One of the main advantages of choosing me for this project is my strong understanding of the Java ecosystem and its versions. I'm proficient in Java 8 while also being familiar with Swing, TableRowSorter, Maven, exactly what you're using for your project. Adapting to your coding conventions and maintaining the existing functionality is an important priority for me as well. Above all, what sets me apart from other candidates is not just my technical skills but my dedication to exceptional customer service. At Our Software, no project is too small or too big; we ensure 100% satisfaction from our clients by consistently adding a "WOW" factor to our delivered projects. I am committed to turning your dreams into a reality that will help you and your business reach new heights. I look forward to contributing my expertise to your project and helping you achieve your goals. Let's get started! Thanks!
$130 USD trong 3 ngày
8,3
8,3

Hi, ➡️ I read your project description, you need to extend an existing Java Swing frame by adding two new checkbox columns while preserving the original features and enhancing functionality without a full refactor. ⏺️ With over 12 years of experience in Java development, I specialize in Java Swing and have extensive knowledge working with JTable, TableRowSorter, and JDBC. My approach will ensure that the legacy columns remain unchanged, and I will seamlessly integrate the new checkboxes with the required behaviors for loading, filtering, header interaction, and saving. I will maintain clean integration with existing ActionListeners and utility classes to ensure the module compiles flawlessly. Regards, Aftab Ahmad Full Stack Developer (12 Years of experience)
$150 USD trong 6 ngày
6,9
6,9

Hi, I am expert in Java swing based app development...I want to discuss this point: [[A separate global search box should apply the same AND logic across all visible columns.]] Do you mean "all visible columns" ? or "all visible rows" ? thanks
$60 USD trong 1 ngày
6,8
6,8

Hi I can extend your existing Swing frame without a full refactor, keeping the first three legacy columns untouched and adding two checkbox columns with the exact behaviors you described. I have experience with JTable, custom TableModel patterns, TableRowSorter, and incremental changes that must compile cleanly inside an existing Maven module. I will merge your current GET call with the stored procedure you provide, populate the two checkbox flags as rows load, and implement strict AND filtering for the header text fields that affects only currently visible rows. I will also add a global search box that applies the same AND logic across all visible columns. For header checkbox actions, clicking the header checkbox in either new column will toggle the flag only for rows currently visible under the active sorter and filters. On Save, I will reuse the existing dirty row detection and call the second stored procedure, sending only modified row IDs with updated flags, keeping your ActionListeners and utility wiring intact and using i18n style placeholder keys where labels are needed. Best, Justin
$140 USD trong 7 ngày
6,4
6,4

Hi! I have solid experience extending Java Swing applications and working with JTable, and I can enhance your existing frame to add the two new checkbox columns exactly as specified. I’ll ensure strict AND filtering, header-checkbox toggling for visible rows, dirty-row tracking, and JDBC integration with your stored procedures—all without touching the first three legacy columns. The updated classes will compile cleanly in your current Java 8/Maven setup, with brief setup notes for immediate testing. Looking forward for your positive response in the chatbox. Best Regards, Arbaz T
$220 USD trong 7 ngày
6,3
6,3

Greetings, It looks like you need to enhance your existing Java Swing frame by keeping the first three columns intact and adding two new checkbox columns for selection. I can help with that! My approach would involve merging the current GET call with your stored procedure to ensure the new checkboxes work seamlessly with the data as it's loaded. I'll implement strict filtering logic for the header text fields and set up the header checkboxes to toggle visibility for the currently displayed rows. With experience in Java and Swing, I can ensure that the updated classes will integrate smoothly with your existing ActionListeners and maintain the dirty-row detection during save operations. I'll also provide clear setup notes so you can test everything right away. Best regards, Saba Ehsan
$150 USD trong 2 ngày
6,0
6,0

Hi there, I'm offering a 25% discount on this project. With deep expertise in Java Swing development and GUI architecture, I will extend your Java Swing Frame with the custom functionality you need—whether you're building from scratch, adding features to an existing application, or creating reusable components. Creating a Custom Frame Class - I'll create a new class that extends JFrame, adding your specialized functionality while inheriting all the core window behavior. This approach gives you full control over the window's appearance and behavior. Adding Custom Components - I'll design and integrate custom components by extending JPanel or other Swing classes and adding them to your frame's content pane. For drawing custom graphics, I'll override the paintComponent() method of a JPanel rather than the frame itself. Implementing Event Handling - I'll wire up event listeners using Action objects or anonymous classes to make your interface interactive and responsive. Proper Content Pane Usage - I'll ensure all components are correctly added to the frame's content pane rather than directly to the frame, following Swing's architecture. You'll receive a fully functional extended frame with clean, maintainable code, proper layout management, and thorough documentation. Let's build the Java Swing frame extension you need. Best regards, Sohail
$30 USD trong 1 ngày
6,4
6,4

Greetings, I have a strong background in Java, Swing, and UI development, making me well-equipped to extend your existing Java Swing frame as per your requirements. I understand the need to add two new checkbox columns while keeping the legacy columns intact, and I am confident in my ability to implement the specified behaviors seamlessly. My approach involves merging the current GET call with the provided stored procedure to set the new checkbox flags, implementing strict AND logic filters for the header text fields, and ensuring efficient header checkbox toggling functionality. I will also integrate the necessary JDBC interactions and provide clear setup notes for your convenience. With a focus on clean coding practices and adherence to existing conventions, I am committed to delivering a high-quality solution that meets your expectations. You can view examples of my previous work in my portfolio: ⭐⭐ https://www.freelancer.com/u/CodeAnchors ⭐⭐ I look forward to discussing the project details further and finalizing the scope to ensure a successful implementation. Feel free to reach out to me for any clarifications or to initiate the next steps. Best regards, Muhammad Anas Khan
$150 USD trong 4 ngày
5,2
5,2

i have extensive experience in java swing over 10 years and i can extend the existing Swing frame by keeping the first three legacy columns unchanged, adding two Boolean checkbox columns in a custom `AbstractTableModel` with dirty-tracking, wiring a `TableRowSorter` for strict AND header/global filters, header checkbox toggles affecting only visible rows, and integrating two JDBC stored procedure calls (load + save modified IDs) using the current utility/ActionListener structure. Reuse the project’s existing dirty-row detection and save workflow so only modified row IDs with updated flags are sent to the save stored procedure, ensuring the class compiles cleanly under Java 8/Maven without refactoring the frame structure.
$120 USD trong 3 ngày
5,9
5,9

Hello, I’m excited about the opportunity to contribute to your project. With my expertise in Java 8, Swing, custom JTable/TableModel implementations, TableRowSorter filtering logic, JDBC stored procedure integration, and dirty-row tracking patterns, and a strong focus on clean, scalable implementation, I can extend your existing frame without refactoring the legacy structure while preserving compilation inside your current Maven module. I’ll tailor the work to your exact requirements, ensuring the first three legacy columns remain untouched, two new checkbox columns (single-select and multi-select) are added with proper header toggle behavior affecting only visible rows, strict AND-based filtering across header fields and global search using TableRowSorter, merged GET + stored procedure loading logic, and Save operations that reuse your dirty detection to send only modified row IDs and flags to the supplied stored procedure. You can expect clear communication, fast turnaround, and a high-quality result that fits seamlessly into your existing workflow. Best regards, Juan
$140 USD trong 1 ngày
4,8
4,8

Hello, I can extend your existing Java 8 Swing frame without refactoring, adding single and multi-select checkbox columns, strict AND filtering with TableRowSorter, header toggles for visible rows, and JDBC integration with supplied stored procedures. Clean, Maven-ready delivery with setup notes included. Best regards, Qaiser Munir
$120 USD trong 3 ngày
4,6
4,6

Hi there, I am excited about your project involving the extension of an existing Java Swing frame. I can help you seamlessly integrate the two new checkbox columns into your JTable while preserving the integrity of your original three legacy columns. With over 6 years of experience in software development and expertise in Java, JavaScript, CSS, HTML5, UI/Frontend development, and software engineering, I am well-equipped to meet your requirements. I have a solid understanding of JDBC interactions and can ensure that your table remains functional, with the needed modifications for the new single-select and multi-select features. Here are some relevant examples of my past work: - [Portfolio](https://www.freelancer.com/u/haseebsidd07) I look forward to the opportunity to work on this project and deliver the results you need. Thank you, Regards, Abdul Haseeb Siddiqui
$30 USD trong 7 ngày
4,3
4,3

Hi, I can handle this. I’ll just extend your current Swing frame, keep the first three columns as-is, and add the two checkbox columns—one single-select, one multi-select. I’ll hook them up to your stored procedures so rows load with the flags set, filters work with strict AND logic, header checkboxes toggle only visible rows, and the Save button sends just the changed rows. Dirty tracking stays intact, and everything will compile cleanly in your current Java 8 + Maven setup. Just need the stored procedure names and the frame class, and I can get started.
$100 USD trong 7 ngày
4,5
4,5

Hi there, I'm Kristopher Kramer from McKinney, Texas. I’ve worked on similar projects before, and as a senior full-stack and AI engineer, I have the proven experience needed to deliver this successfully, so I have strong experience in Frontend Development, HTML5, JavaScript, Software Development, Java, CSS, Software Engineering and UI / User Interface. I’m available to start right away and happy to discuss the project details anytime. Looking forward to speaking with you soon. Best regards, Kristopher Kramer
$120 USD trong 3 ngày
4,7
4,7

As an experienced Java and Swing developer, I understand the ins and outs of your project requirements perfectly. From incorporating new checkboxes to maintaining existing functionalities, I'm confident in delivering you an extended Java Swing frame that will perform smoothly and match your coding conventions. Applying the same logical AND filter and utility class management, we can keep everything aligned with your legacy code. Alongside my deep expertise in table manipulation tools like TableRowSorter, I am proficient in utilizing JDBC interactions efficiently for smooth database operations. So, integrating your stored procedures with the application will be seamless. Moreover, I ensure that the performance of my deliverables is optimized to meet real-time demands. What sets me further apart is my commitment to quality, deadlines, and post-delivery assistance. I’ll provide you with comprehensive setup notes so that you can start testing the system immediately. My aim is to make sure your experience working with me is as exceptional as the solution I provide. Let’s collaborate and turn this project into a powerful digital experience!
$30 USD trong 1 ngày
4,1
4,1

Hi there, I have 5+ years of experience in Java Swing and JDBC development and can extend your existing JTable exactly as described. I’ll add two new checkbox columns single-select and multi select integrated with your supplied stored procedures while keeping the first three legacy columns untouched. Filtering will follow strict AND logic, and header checkboxes will toggle only visible rows. I’ll reuse dirty-row detection for Save, wire everything into existing ActionListeners, and ensure a clean compile with Java 8, Swing, TableRowSorter, and Maven. If I am lucky enough to capture your attention, please don't hesitate to contact me. We can engage in a 10-15 minute discussion via messages to delve deeper into the project requirements and cover all aspects. Could you confirm if any specific default states are needed for the new checkboxes?
$220 USD trong 2 ngày
4,2
4,2

Extending your existing Swing JTable with two new checkbox columns—single-select and multi-select—is a clean, well-scoped task I can jump into immediately. My approach is to subclass your current frame and build a custom AbstractTableModel that wraps the legacy columns untouched while appending the two Boolean flag columns, with dirty-row tracking handled via a HashSet of modified row IDs. On load, I'll merge your existing GET call with the supplied stored procedure using your project's JDBC utilities, and on save I'll push only the dirty rows through the second procedure. Header-level toggle will iterate the filtered view from RowSorter, and all filter fields will chain RowFilters with AND logic. I've built several data-heavy Swing panels with exactly this pattern and will keep everything compiling cleanly against your existing ActionListeners, i18n keys, and module structure.
$30 USD trong 1 ngày
4,1
4,1

As an experienced Java developer with over a decade in the field and having successfully delivered more than 2000 projects, I understand the importance of preserving existing functionality while incorporating new features, affecting only the intended areas. In regard to your project needs, specifically extending your Java Swing frame without refactoring extensively, I have comprehensive skills with the Java stack and can do this efficiently. My expertise in Java 8, Swing, TableRowSorter for filtering logic, JDBC for interactions with stored procedures are directly aligned with this task. In addition to my technical skills that fit your assignment perfectly, I also understand the significance of maintaining readability and consistency. Thus, I always follow the same stack and coding conventions already present. Hiring me for this project assures you not only a smoothly integrated extended frame but also a clean compilation inside the module.
$60 USD trong 5 ngày
4,1
4,1

Actual budget: $250. Timeline: 7 days. I treat every product like it's my own, pouring heart, integrity, and full commitment into delivering top-tier work that hits your goals dead-on. I've extended Java Swing JTables in enterprise apps with checkbox columns, custom TableModels for dirty tracking, header toggles, and JDBC stored proc integration—live in Java 8 Maven modules with filters and row selection. I'll extend your frame keeping legacy columns intact, add single/multi checkbox columns with header toggles affecting only visible rows, merge your GET+stored proc for loading, wire filters/global search with AND logic via TableRowSorter, and hook Save to your update proc sending only dirty row IDs—drops right into your ActionListeners. 3 questions: 1) Existing frame class name and package? 2) Stored proc names/parameters? 3) Sample data structure for the checkbox flags? Let's chat direct right here—send the frame code/stored procs, we'll make this table bulletproof. Who's ready to crush it?
$250 USD trong 7 ngày
3,6
3,6

Enhance user experience and functionality in your existing Java Swing frame by seamlessly integrating two new checkbox columns while keeping legacy columns intact. I have over 5 years of experience in Java development and have successfully delivered similar projects offsite. By merging the current GET call with specific stored procedures, implementing strict AND logic filters, and managing dirty-row detection, I ensure high performance and usability. Let's discuss how this enhancement can elevate the efficiency of your application. Free advice: Ensure consistent user interaction for optimal results. Chirag Pipal Regards
$200 USD trong 7 ngày
3,5
3,5

ALGHERO, Italy
Phương thức thanh toán đã xác thực
Thành viên từ thg 10 25, 2022
€8-30 EUR
€8-30 EUR
€30-250 EUR
€8-30 EUR
€8-30 EUR
$250-750 USD
₹100-200 INR/ giờ
₹600-1500 INR
₹1500-12500 INR
₹12500-37500 INR
₹2000-5000 INR
$750-1500 USD
₹12500-37500 INR
₹37500-75000 INR
$15-25 USD/ giờ
₹1500-12500 INR
€8-30 EUR
₹12500-37500 INR
₹1500-12500 INR
₹600-1500 INR
$30-250 USD
$30-250 USD
$5000-10000 USD
$30-250 USD
₹150000-250000 INR