Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
228 views
in Technique[技术] by (71.8m points)

java - Can show pdf in some columns in jtable as link to download?

Can I show a PDF in a column of a JTable as link to download!? Is that possible cause I've searched on Google but can't find anything,

Actually I have table in database named projet(id,nomprojet,date,cout,rapportpdf,pdf). Some projet have a rapport some else no, so i have the project ligne in JTable

Can i have column as link to save rapportpdf on Desktop,

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Maybe one approach would be to have the column containing the link to be rendered as a button. See Table Button Column. Then when the user clicks on the button you can display the pdf.

If you want the column to look like a regular hyperlink, then you would need to create a custom renderer so it display like a link and a custom editor to invoke the action when you click on it. MadProgrammer has given you the link to the tutorial which explains renderers and editors in more detail.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...